#126F5C

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

Shades of Deep Sea #126F5C

Tints of Deep Sea #126F5C

Color information

#126F5C (or 0x126F5C) is unknown color: approx Deep Sea. HEX triplet: 12, 6F and 5C. RGB value is (18,111,92). Sum of RGB (Red+Green+Blue) = 18+111+92=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #126F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F5C is #ED90A3. Grayscale: #515151. Windows color (decimal): -15569060 or 6057746. OLE color: 6057746.

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

Color convert

RGB1811192-
CMYK0.8400.170.56
HSL167.74º72.09%25.29%-
HSV(B)167.74º83.78%43.53%-
XYZ7.8712.2712.08-
YUV81.03134.1983.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.14%
GREEN value IS 111 (43.75% from 255) = 50.23%
BLUE value IS 92 (36.33% from 255) = 41.63%
R=8.14%
G=50.23%
B=41.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18111920.8400.170.56167.7472.0925.29
Hex126F5C5401138a84819
Octal221571341240217025011031
Binary1001011011111011100101010001000111100010101000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126F5C; }

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

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

<style>
 a { background-color: #126F5C; }

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

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

<style>
 span { border-color: #126F5C; }

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

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