Html Css Color HEX #126F59 Deep Sea

📋 copy color: '#126F59'

red 18 ◦ green 111 ◦ blue 89

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

Shades of Deep Sea #126F59

Tints of Deep Sea #126F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 40.83%

R = 8.26%
G = 50.92%
B = 40.83%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#126F59 (or 0x126F59) is known color: Deep Sea. HEX triplet: 12, 6F and 59. RGB value is (18,111,89). Sum of RGB (Red+Green+Blue) = 18+111+89=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #126F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F59 is #ED90A6. Grayscale: #505050. Windows color (decimal): -15569063 or 5861138. OLE color: 5861138.

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

Color convert

RGB 18 111 89 -
CMYK 0.84 0 0.20 0.56
HSL 165.81º 0.72% 0.25% -
HSV(B) 165.81º 0.84% 0.44% -
XYZ 7.74 12.22 11.4 -
YUV 80.69 132.69 83.29 -
System Red Green Blue C M Y K H S L
Decimal 18 111 89 0.84 0 0.20 0.56 165.81 0.72 0.25
Hex 12 6F 59 54 0 14 38 A6 48 19
Octal 22 157 131 124 0 24 70 246 110 31
Binary 10010 1101111 1011001 1010100 0 10100 111000 10100110 1001000 11001

Color Harmonies of #126F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F59

Black with #126F59

Text Example


Text Example

White with #126F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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