#12715B

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

Shades of Deep Sea #12715B

Tints of Deep Sea #12715B

Color information

#12715B (or 0x12715B) is unknown color: approx Deep Sea. HEX triplet: 12, 71 and 5B. RGB value is (18,113,91). Sum of RGB (Red+Green+Blue) = 18+113+91=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #12715B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12715B is #ED8EA4. Grayscale: #525252. Windows color (decimal): -15568549 or 5992722. OLE color: 5992722.

HSL color Cylindrical-coordinate representation of color #12715B: hue angle of 166.11º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12715B is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1811391-
CMYK0.8400.190.56
HSL166.11º72.52%25.69%-
HSV(B)166.11º84.07%44.31%-
XYZ8.0412.6911.92-
YUV82.09133.0382.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 113 (44.53% from 255) = 50.90%
BLUE value IS 91 (35.94% from 255) = 40.99%
R=8.11%
G=50.90%
B=40.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18113910.8400.190.56166.1172.5225.69
Hex12715B5401338a6491a
Octal221611331240237024611132
Binary1001011100011011011101010001001111100010100110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,113,91); }

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

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

 a { background-color: rgb(18,113,91); }

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

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

 span { border-color: rgb(18,113,91); }

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