Shades of Mountain Meadow #189F81
Tints of Mountain Meadow #189F81
RGB
CMYK
RGB Variations
Color information
#189F81 (or 0x189F81) is known color: Mountain Meadow. HEX triplet: 18, 9F and 81. RGB value is (24,159,129). Sum of RGB (Red+Green+Blue) = 24+159+129=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #189F81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189F81 is #E7607E. Grayscale: #737373. Windows color (decimal): -15163519 or 8494872. OLE color: 8494872.
HSL color Cylindrical-coordinate representation of color #189F81: hue angle of 166.67º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189F81 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 159 | 129 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.38 |
| HSL | 166.67º | 0.74% | 0.36% | - |
| HSV(B) | 166.67º | 0.85% | 0.62% | - |
| XYZ | 16.74 | 26.58 | 25.02 | - |
| YUV | 115.22 | 135.77 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 159 | 129 | 0.85 | 0 | 0.19 | 0.38 | 166.67 | 0.74 | 0.36 |
| Hex | 18 | 9F | 81 | 55 | 0 | 13 | 26 | A7 | 4A | 24 |
| Octal | 30 | 237 | 201 | 125 | 0 | 23 | 46 | 247 | 112 | 44 |
| Binary | 11000 | 10011111 | 10000001 | 1010101 | 0 | 10011 | 100110 | 10100111 | 1001010 | 100100 |
Color Harmonies of #189F81
Complementary color
Monochromatic Colors of #189F81
Black with #189F81
Text Example
Text Example
White with #189F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189F81; }
p { color: rgb(24,159,129); }
H1.HeaderClassName
{
color: #189F81;
}
.AnyTagClassName
{
color: #189F81;
}
</style>
background-color css
<style>
a { background-color: #189F81; }
a { background-color: rgb(24,159,129); }
div.DivClassName
{
background-color: #189F81;
}
.BgClassName
{
background-color: #189F81;
}
</style>
border-color css
<style>
span { border-color: #189F81; }
span { border-color: rgb(24,159,129); }
td.TdClassName
{
border-color: #189F81;
}
.TagClassName
{
border-color: #189F81;
}
</style>