Html Css Color HEX #126F5D Deep Sea

📋 copy color: '#126F5D'

red 18 ◦ green 111 ◦ blue 93

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

Shades of Deep Sea #126F5D

Tints of Deep Sea #126F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.89%

R = 8.11%
G = 50%
B = 41.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#126F5D (or 0x126F5D) is known color: Deep Sea. HEX triplet: 12, 6F and 5D. RGB value is (18,111,93). Sum of RGB (Red+Green+Blue) = 18+111+93=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #126F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F5D is #ED90A2. Grayscale: #515151. Windows color (decimal): -15569059 or 6123282. OLE color: 6123282.

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

Color convert

RGB 18 111 93 -
CMYK 0.84 0 0.16 0.56
HSL 168.39º 0.72% 0.25% -
HSV(B) 168.39º 0.84% 0.44% -
XYZ 7.91 12.29 12.31 -
YUV 81.14 134.69 82.96 -
System Red Green Blue C M Y K H S L
Decimal 18 111 93 0.84 0 0.16 0.56 168.39 0.72 0.25
Hex 12 6F 5D 54 0 10 38 A8 48 19
Octal 22 157 135 124 0 20 70 250 110 31
Binary 10010 1101111 1011101 1010100 0 10000 111000 10101000 1001000 11001

Color Harmonies of #126F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F5D

Black with #126F5D

Text Example


Text Example

White with #126F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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