#12705C

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

Shades of Deep Sea #12705C

Tints of Deep Sea #12705C

Color information

#12705C (or 0x12705C) is unknown color: approx Deep Sea. HEX triplet: 12, 70 and 5C. RGB value is (18,112,92). Sum of RGB (Red+Green+Blue) = 18+112+92=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #12705C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12705C is #ED8FA3. Grayscale: #515151. Windows color (decimal): -15568804 or 6058002. OLE color: 6058002.

HSL color Cylindrical-coordinate representation of color #12705C: hue angle of 167.23º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12705C is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1811292-
CMYK0.8400.180.56
HSL167.23º72.31%25.49%-
HSV(B)167.23º83.93%43.92%-
XYZ7.9812.4912.12-
YUV81.61133.8682.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 112 (44.14% from 255) = 50.45%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=8.11%
G=50.45%
B=41.44%

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
Decimal18112920.8400.180.56167.2372.3125.49
Hex12705C5401238a74819
Octal221601341240227024711031
Binary1001011100001011100101010001001011100010100111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12705C; }

 p { color: rgb(18,112,92); }

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

<style>
 a { background-color: #12705C; }

 a { background-color: rgb(18,112,92); }

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

<style>
 span { border-color: #12705C; }

 span { border-color: rgb(18,112,92); }

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