#166054

Color #166054 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #166054

Tints of Eden #166054

Color information

#166054 (or 0x166054) is unknown color: approx Eden. HEX triplet: 16, 60 and 54. RGB value is (22,96,84). Sum of RGB (Red+Green+Blue) = 22+96+84=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #166054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166054 is #E99FAB. Grayscale: #484848. Windows color (decimal): -15310764 or 5529622. OLE color: 5529622.

HSL color Cylindrical-coordinate representation of color #166054: hue angle of 170.27º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #166054 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB229684-
CMYK0.7700.120.62
HSL170.27º62.71%23.14%-
HSV(B)170.27º77.08%37.65%-
XYZ6.119.189.84-
YUV72.51134.4891.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.89%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 84 (33.20% from 255) = 41.58%
R=10.89%
G=47.52%
B=41.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296840.7700.120.62170.2762.7123.14
Hex1660544D0C3Eaa3f17
Octal26140124115014762527727
Binary10110110000010101001001101011001111101010101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166054; }

 p { color: rgb(22,96,84); }

 H1.HeaderClassName
 {
   color: #166054;
 }
 .AnyTagClassName
 {
   color: #166054;
 }
</style>
background-color css

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

 a { background-color: rgb(22,96,84); }

 div.DivClassName
 {
   background-color: #166054;
 }
 .BgClassName
 {
   background-color: #166054;
 }
</style>
border-color css

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

 span { border-color: rgb(22,96,84); }

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