#166051

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

Shades of Eden #166051

Tints of Eden #166051

Color information

#166051 (or 0x166051) is unknown color: approx Eden. HEX triplet: 16, 60 and 51. RGB value is (22,96,81). Sum of RGB (Red+Green+Blue) = 22+96+81=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #166051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166051 is #E99FAE. Grayscale: #484848. Windows color (decimal): -15310767 or 5333014. OLE color: 5333014.

HSL color Cylindrical-coordinate representation of color #166051: hue angle of 167.84º 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 #166051 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB229681-
CMYK0.7700.160.62
HSL167.84º62.71%23.14%-
HSV(B)167.84º77.08%37.65%-
XYZ69.139.23-
YUV72.16132.9892.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.06%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 81 (32.03% from 255) = 40.70%
R=11.06%
G=48.24%
B=40.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296810.7700.160.62167.8462.7123.14
Hex1660514D0103Ea83f17
Octal26140121115020762507727
Binary101101100000101000110011010100001111101010100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166051; }

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

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

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

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

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

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

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

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