Html Css Color HEX #126F58 Deep Sea

📋 copy color: '#126F58'

red 18 ◦ green 111 ◦ blue 88

#126F58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #126F58

Tints of Deep Sea #126F58

RGB

 RED value IS 18 (7.42% from 255) = 8.29%

 GREEN value IS 111 (43.75% from 255) = 51.15%

 BLUE value IS 88 (34.77% from 255) = 40.55%

R = 8.29%
G = 51.15%
B = 40.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#126F58 (or 0x126F58) is known color: Deep Sea. HEX triplet: 12, 6F and 58. RGB value is (18,111,88). Sum of RGB (Red+Green+Blue) = 18+111+88=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 111 (43.75% from 255 or 51.15% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 111 - color contains mainly: green. Hex color #126F58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F58 is #ED90A7. Grayscale: #505050. Windows color (decimal): -15569064 or 5795602. OLE color: 5795602.

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

Color convert

RGB 18 111 88 -
CMYK 0.84 0 0.21 0.56
HSL 165.16º 0.72% 0.25% -
HSV(B) 165.16º 0.84% 0.44% -
XYZ 7.7 12.2 11.18 -
YUV 80.57 132.19 83.37 -
System Red Green Blue C M Y K H S L
Decimal 18 111 88 0.84 0 0.21 0.56 165.16 0.72 0.25
Hex 12 6F 58 54 0 15 38 A5 48 19
Octal 22 157 130 124 0 25 70 245 110 31
Binary 10010 1101111 1011000 1010100 0 10101 111000 10100101 1001000 11001

Color Harmonies of #126F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F58

Black with #126F58

Text Example


Text Example

White with #126F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #126F58;
 }
 .AnyTagClassName
 {
   color: #126F58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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