#159F85

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

Shades of Mountain Meadow #159F85

Tints of Mountain Meadow #159F85

Color information

#159F85 (or 0x159F85) is unknown color: approx Mountain Meadow. HEX triplet: 15, 9F and 85. RGB value is (21,159,133). Sum of RGB (Red+Green+Blue) = 21+159+133=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 159 (62.5% from 255 or 50.80% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 159 - color contains mainly: green. Hex color #159F85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159F85 is #EA607A. Grayscale: #727272. Windows color (decimal): -15360123 or 8757013. OLE color: 8757013.

HSL color Cylindrical-coordinate representation of color #159F85: hue angle of 168.7º 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 #159F85 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB21159133-
CMYK0.8700.160.38
HSL168.7º76.67%35.29%-
HSV(B)168.7º86.79%62.35%-
XYZ16.9426.6526.44-
YUV114.77138.2861.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.71%
GREEN value IS 159 (62.5% from 255) = 50.80%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=6.71%
G=50.80%
B=42.49%

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
Decimal211591330.8700.160.38168.776.6735.29
Hex159F855701026a94d23
Octal252372051270204625111543
Binary1010110011111100001011010111010000100110101010011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,159,133); }

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

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

 a { background-color: rgb(21,159,133); }

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

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

 span { border-color: rgb(21,159,133); }

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