#14836B

Color #14836B Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #14836B

Tints of Deep Sea #14836B

Color information

#14836B (or 0x14836B) is unknown color: approx Deep Sea. HEX triplet: 14, 83 and 6B. RGB value is (20,131,107). Sum of RGB (Red+Green+Blue) = 20+131+107=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #14836B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14836B is #EB7C94. Grayscale: #5F5F5F. Windows color (decimal): -15432853 or 7045908. OLE color: 7045908.

HSL color Cylindrical-coordinate representation of color #14836B: hue angle of 167.03º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14836B is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB20131107-
CMYK0.8500.180.49
HSL167.03º73.51%29.61%-
HSV(B)167.03º84.73%51.37%-
XYZ11.0617.4416.69-
YUV95.07134.7374.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 7.75%
GREEN value IS 131 (51.56% from 255) = 50.78%
BLUE value IS 107 (42.19% from 255) = 41.47%
R=7.75%
G=50.78%
B=41.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201311070.8500.180.49167.0373.5129.61
Hex14836B5501231a74a1e
Octal242031531250226124711236
Binary10100100000111101011101010101001011000110100111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14836B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14836B; }

 p { color: rgb(20,131,107); }

 H1.HeaderClassName
 {
   color: #14836B;
 }
 .AnyTagClassName
 {
   color: #14836B;
 }
</style>
background-color css

<style>
 a { background-color: #14836B; }

 a { background-color: rgb(20,131,107); }

 div.DivClassName
 {
   background-color: #14836B;
 }
 .BgClassName
 {
   background-color: #14836B;
 }
</style>
border-color css

<style>
 span { border-color: #14836B; }

 span { border-color: rgb(20,131,107); }

 td.TdClassName
 {
   border-color: #14836B;
 }
 .TagClassName
 {
   border-color: #14836B;
 }
</style>