Shades of Mountain Meadow #17BD99
Tints of Mountain Meadow #17BD99
RGB
CMYK
RGB Variations
Color information
#17BD99 (or 0x17BD99) is known color: Mountain Meadow. HEX triplet: 17, BD and 99. RGB value is (23,189,153). Sum of RGB (Red+Green+Blue) = 23+189+153=365 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.30% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #17BD99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #17BD99 is #E84266. Grayscale: #878787. Windows color (decimal): -15221351 or 10075415. OLE color: 10075415.
HSL color Cylindrical-coordinate representation of color #17BD99: hue angle of 166.99º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17BD99 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 189 | 153 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.26 |
| HSL | 166.99º | 0.78% | 0.42% | - |
| HSV(B) | 166.99º | 0.88% | 0.74% | - |
| XYZ | 24.3 | 38.88 | 36.36 | - |
| YUV | 135.26 | 138 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 189 | 153 | 0.88 | 0 | 0.19 | 0.26 | 166.99 | 0.78 | 0.42 |
| Hex | 17 | BD | 99 | 58 | 0 | 13 | 1A | A7 | 4E | 2A |
| Octal | 27 | 275 | 231 | 130 | 0 | 23 | 32 | 247 | 116 | 52 |
| Binary | 10111 | 10111101 | 10011001 | 1011000 | 0 | 10011 | 11010 | 10100111 | 1001110 | 101010 |
Color Harmonies of #17BD99
Complementary color
Monochromatic Colors of #17BD99
Black with #17BD99
Text Example
Text Example
White with #17BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BD99; }
p { color: rgb(23,189,153); }
H1.HeaderClassName
{
color: #17BD99;
}
.AnyTagClassName
{
color: #17BD99;
}
</style>
background-color css
<style>
a { background-color: #17BD99; }
a { background-color: rgb(23,189,153); }
div.DivClassName
{
background-color: #17BD99;
}
.BgClassName
{
background-color: #17BD99;
}
</style>
border-color css
<style>
span { border-color: #17BD99; }
span { border-color: rgb(23,189,153); }
td.TdClassName
{
border-color: #17BD99;
}
.TagClassName
{
border-color: #17BD99;
}
</style>