#156650

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

Shades of Evening Sea #156650

Tints of Evening Sea #156650

Color information

#156650 (or 0x156650) is unknown color: approx Evening Sea. HEX triplet: 15, 66 and 50. RGB value is (21,102,80). Sum of RGB (Red+Green+Blue) = 21+102+80=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #156650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156650 is #EA99AF. Grayscale: #4B4B4B. Windows color (decimal): -15374768 or 5269013. OLE color: 5269013.

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

Color convert

RGB2110280-
CMYK0.7900.220.6
HSL163.7º65.85%24.12%-
HSV(B)163.7º79.41%40%-
XYZ6.5110.249.22-
YUV75.27130.6689.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 102 (40.23% from 255) = 50.25%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=10.34%
G=50.25%
B=39.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102800.7900.220.6163.765.8524.12
Hex1566504F0163Ca44218
Octal251461201170267424410230
Binary1010111001101010000100111101011011110010100100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156650; }

 p { color: rgb(21,102,80); }

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

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

 a { background-color: rgb(21,102,80); }

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

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

 span { border-color: rgb(21,102,80); }

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