Html Css Color HEX #126F5A Deep Sea

📋 copy color: '#126F5A'

red 18 ◦ green 111 ◦ blue 90

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

Shades of Deep Sea #126F5A

Tints of Deep Sea #126F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.1%

R = 8.22%
G = 50.68%
B = 41.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#126F5A (or 0x126F5A) is known color: Deep Sea. HEX triplet: 12, 6F and 5A. RGB value is (18,111,90). Sum of RGB (Red+Green+Blue) = 18+111+90=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #126F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F5A is #ED90A5. Grayscale: #505050. Windows color (decimal): -15569062 or 5926674. OLE color: 5926674.

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

Color convert

RGB 18 111 90 -
CMYK 0.84 0 0.19 0.56
HSL 166.45º 0.72% 0.25% -
HSV(B) 166.45º 0.84% 0.44% -
XYZ 7.78 12.24 11.62 -
YUV 80.8 133.19 83.21 -
System Red Green Blue C M Y K H S L
Decimal 18 111 90 0.84 0 0.19 0.56 166.45 0.72 0.25
Hex 12 6F 5A 54 0 13 38 A6 48 19
Octal 22 157 132 124 0 23 70 246 110 31
Binary 10010 1101111 1011010 1010100 0 10011 111000 10100110 1001000 11001

Color Harmonies of #126F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F5A

Black with #126F5A

Text Example


Text Example

White with #126F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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