Shades of Mountain Meadow #0CB88F
Tints of Mountain Meadow #0CB88F
RGB
CMYK
RGB Variations
Color information
#0CB88F (or 0x0CB88F) is known color: Mountain Meadow. HEX triplet: 0C, B8 and 8F. RGB value is (12,184,143). Sum of RGB (Red+Green+Blue) = 12+184+143=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 184 (72.27% from 255 or 54.28% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB88F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB88F is #F34770. Grayscale: #7F7F7F. Windows color (decimal): -15943537 or 9418764. OLE color: 9418764.
HSL color Cylindrical-coordinate representation of color #0CB88F: hue angle of 165.7º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB88F is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 184 | 143 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.28 |
| HSL | 165.7º | 0.88% | 0.38% | - |
| HSV(B) | 165.7º | 0.93% | 0.72% | - |
| XYZ | 22.25 | 36.34 | 31.83 | - |
| YUV | 127.9 | 136.52 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 143 | 0.93 | 0 | 0.22 | 0.28 | 165.7 | 0.88 | 0.38 |
| Hex | C | B8 | 8F | 5D | 0 | 16 | 1C | A6 | 58 | 26 |
| Octal | 14 | 270 | 217 | 135 | 0 | 26 | 34 | 246 | 130 | 46 |
| Binary | 1100 | 10111000 | 10001111 | 1011101 | 0 | 10110 | 11100 | 10100110 | 1011000 | 100110 |
Color Harmonies of #0CB88F
Complementary color
Monochromatic Colors of #0CB88F
Black with #0CB88F
Text Example
Text Example
White with #0CB88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB88F; }
p { color: rgb(12,184,143); }
H1.HeaderClassName
{
color: #0CB88F;
}
.AnyTagClassName
{
color: #0CB88F;
}
</style>
background-color css
<style>
a { background-color: #0CB88F; }
a { background-color: rgb(12,184,143); }
div.DivClassName
{
background-color: #0CB88F;
}
.BgClassName
{
background-color: #0CB88F;
}
</style>
border-color css
<style>
span { border-color: #0CB88F; }
span { border-color: rgb(12,184,143); }
td.TdClassName
{
border-color: #0CB88F;
}
.TagClassName
{
border-color: #0CB88F;
}
</style>