#166B52

Color #166B52 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #166B52

Tints of Evening Sea #166B52

Color information

#166B52 (or 0x166B52) is unknown color: approx Evening Sea. HEX triplet: 16, 6B and 52. RGB value is (22,107,82). Sum of RGB (Red+Green+Blue) = 22+107+82=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #166B52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166B52 is #E994AD. Grayscale: #4E4E4E. Windows color (decimal): -15307950 or 5401366. OLE color: 5401366.

HSL color Cylindrical-coordinate representation of color #166B52: hue angle of 162.35º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166B52 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB2210782-
CMYK0.7900.230.58
HSL162.35º65.89%25.29%-
HSV(B)162.35º79.44%41.96%-
XYZ7.1111.39.79-
YUV78.74129.8487.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 107 (42.19% from 255) = 50.71%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=10.43%
G=50.71%
B=38.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22107820.7900.230.58162.3565.8925.29
Hex166B524F0173Aa24219
Octal261531221170277224210231
Binary1011011010111010010100111101011111101010100010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,107,82); }

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

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

 a { background-color: rgb(22,107,82); }

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

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

 span { border-color: rgb(22,107,82); }

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