Shades of Mountain Meadow #189F7B
Tints of Mountain Meadow #189F7B
RGB
CMYK
RGB Variations
Color information
#189F7B (or 0x189F7B) is known color: Mountain Meadow. HEX triplet: 18, 9F and 7B. RGB value is (24,159,123). Sum of RGB (Red+Green+Blue) = 24+159+123=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #189F7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #189F7B is #E76084. Grayscale: #727272. Windows color (decimal): -15163525 or 8101656. OLE color: 8101656.
HSL color Cylindrical-coordinate representation of color #189F7B: hue angle of 164º 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 #189F7B is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 159 | 123 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.38 |
| HSL | 164º | 0.74% | 0.36% | - |
| HSV(B) | 164º | 0.85% | 0.62% | - |
| XYZ | 16.35 | 26.42 | 22.98 | - |
| YUV | 114.53 | 132.77 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 159 | 123 | 0.85 | 0 | 0.23 | 0.38 | 164 | 0.74 | 0.36 |
| Hex | 18 | 9F | 7B | 55 | 0 | 17 | 26 | A4 | 4A | 24 |
| Octal | 30 | 237 | 173 | 125 | 0 | 27 | 46 | 244 | 112 | 44 |
| Binary | 11000 | 10011111 | 1111011 | 1010101 | 0 | 10111 | 100110 | 10100100 | 1001010 | 100100 |
Color Harmonies of #189F7B
Complementary color
Monochromatic Colors of #189F7B
Black with #189F7B
Text Example
Text Example
White with #189F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189F7B; }
p { color: rgb(24,159,123); }
H1.HeaderClassName
{
color: #189F7B;
}
.AnyTagClassName
{
color: #189F7B;
}
</style>
background-color css
<style>
a { background-color: #189F7B; }
a { background-color: rgb(24,159,123); }
div.DivClassName
{
background-color: #189F7B;
}
.BgClassName
{
background-color: #189F7B;
}
</style>
border-color css
<style>
span { border-color: #189F7B; }
span { border-color: rgb(24,159,123); }
td.TdClassName
{
border-color: #189F7B;
}
.TagClassName
{
border-color: #189F7B;
}
</style>