#159E84

Color #159E84 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #159E84

Tints of Mountain Meadow #159E84

Color information

#159E84 (or 0x159E84) is unknown color: approx Mountain Meadow. HEX triplet: 15, 9E and 84. RGB value is (21,158,132). Sum of RGB (Red+Green+Blue) = 21+158+132=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 158 (62.11% from 255 or 50.80% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 158 - color contains mainly: green. Hex color #159E84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159E84 is #EA617B. Grayscale: #727272. Windows color (decimal): -15360380 or 8691221. OLE color: 8691221.

HSL color Cylindrical-coordinate representation of color #159E84: hue angle of 168.61º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159E84 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB21158132-
CMYK0.8700.160.38
HSL168.61º76.54%35.1%-
HSV(B)168.61º86.71%61.96%-
XYZ16.726.2826.02-
YUV114.07138.1161.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.75%
GREEN value IS 158 (62.11% from 255) = 50.80%
BLUE value IS 132 (51.95% from 255) = 42.44%
R=6.75%
G=50.80%
B=42.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal211581320.8700.160.38168.6176.5435.1
Hex159E845701026a94d23
Octal252362041270204625111543
Binary1010110011110100001001010111010000100110101010011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159E84; }

 p { color: rgb(21,158,132); }

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

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

 a { background-color: rgb(21,158,132); }

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

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

 span { border-color: rgb(21,158,132); }

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