Html Css Color HEX #166E56 Eden

📋 copy color: '#166E56'

red 22 ◦ green 110 ◦ blue 86

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

Shades of Eden #166E56

Tints of Eden #166E56

RGB

 RED value IS 22 (8.98% from 255) = 10.09%

 GREEN value IS 110 (43.36% from 255) = 50.46%

 BLUE value IS 86 (33.98% from 255) = 39.45%

R = 10.09%
G = 50.46%
B = 39.45%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.22

 K value IS 0.57

RGB Variations

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

Color information

#166E56 (or 0x166E56) is known color: Eden. HEX triplet: 16, 6E and 56. RGB value is (22,110,86). Sum of RGB (Red+Green+Blue) = 22+110+86=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 110 (43.36% from 255 or 50.46% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 110 - color contains mainly: green. Hex color #166E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166E56 is #E991A9. Grayscale: #505050. Windows color (decimal): -15307178 or 5664278. OLE color: 5664278.

HSL color Cylindrical-coordinate representation of color #166E56: hue angle of 163.64º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166E56 is Cyan = 0.8, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB 22 110 86 -
CMYK 0.8 0 0.22 0.57
HSL 163.64º 0.67% 0.26% -
HSV(B) 163.64º 0.8% 0.43% -
XYZ 7.59 11.99 10.72 -
YUV 80.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 22 110 86 0.8 0 0.22 0.57 163.64 0.67 0.26
Hex 16 6E 56 50 0 16 39 A4 43 1A
Octal 26 156 126 120 0 26 71 244 103 32
Binary 10110 1101110 1010110 1010000 0 10110 111001 10100100 1000011 11010

Color Harmonies of #166E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166E56

Black with #166E56

Text Example


Text Example

White with #166E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166E56; }

 p { color: rgb(22,110,86); }

 H1.HeaderClassName
 {
   color: #166E56;
 }
 .AnyTagClassName
 {
   color: #166E56;
 }
</style>

background-color css

<style>
 a { background-color: #166E56; }

 a { background-color: rgb(22,110,86); }

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

border-color css

<style>
 span { border-color: #166E56; }

 span { border-color: rgb(22,110,86); }

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