#12715D

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

Shades of Deep Sea #12715D

Tints of Deep Sea #12715D

Color information

#12715D (or 0x12715D) is unknown color: approx Deep Sea. HEX triplet: 12, 71 and 5D. RGB value is (18,113,93). Sum of RGB (Red+Green+Blue) = 18+113+93=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #12715D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12715D is #ED8EA2. Grayscale: #525252. Windows color (decimal): -15568547 or 6123794. OLE color: 6123794.

HSL color Cylindrical-coordinate representation of color #12715D: hue angle of 167.37º 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 #12715D is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1811393-
CMYK0.8400.180.56
HSL167.37º72.52%25.69%-
HSV(B)167.37º84.07%44.31%-
XYZ8.1312.7312.38-
YUV82.32134.0382.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.04%
GREEN value IS 113 (44.53% from 255) = 50.45%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=8.04%
G=50.45%
B=41.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18113930.8400.180.56167.3772.5225.69
Hex12715D5401238a7491a
Octal221611351240227024711132
Binary1001011100011011101101010001001011100010100111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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