#166655

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

Shades of Eden #166655

Tints of Eden #166655

Color information

#166655 (or 0x166655) is unknown color: approx Eden. HEX triplet: 16, 66 and 55. RGB value is (22,102,85). Sum of RGB (Red+Green+Blue) = 22+102+85=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #166655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166655 is #E999AA. Grayscale: #4C4C4C. Windows color (decimal): -15309227 or 5596694. OLE color: 5596694.

HSL color Cylindrical-coordinate representation of color #166655: hue angle of 167.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166655 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB2210285-
CMYK0.7800.170.6
HSL167.25º64.52%24.31%-
HSV(B)167.25º78.43%40%-
XYZ6.7210.3310.23-
YUV76.1413389.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.53%
GREEN value IS 102 (40.23% from 255) = 48.80%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=10.53%
G=48.80%
B=40.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal22102850.7800.170.6167.2564.5224.31
Hex1666554E0113Ca74118
Octal261461251160217424710130
Binary1011011001101010101100111001000111110010100111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166655; }

 p { color: rgb(22,102,85); }

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

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

 a { background-color: rgb(22,102,85); }

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

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

 span { border-color: rgb(22,102,85); }

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