Shades of Caribbean Green #0BC985
Tints of Caribbean Green #0BC985
RGB
CMYK
RGB Variations
Color information
#0BC985 (or 0x0BC985) is known color: Caribbean Green. HEX triplet: 0B, C9 and 85. RGB value is (11,201,133). Sum of RGB (Red+Green+Blue) = 11+201+133=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 201 (78.91% from 255 or 58.26% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC985 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC985 is #F4367A. Grayscale: #888888. Windows color (decimal): -16004731 or 8767755. OLE color: 8767755.
HSL color Cylindrical-coordinate representation of color #0BC985: hue angle of 158.53º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC985 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 201 | 133 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.21 |
| HSL | 158.53º | 0.9% | 0.42% | - |
| HSV(B) | 158.53º | 0.95% | 0.79% | - |
| XYZ | 25.26 | 43.54 | 29.26 | - |
| YUV | 136.44 | 126.05 | 38.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 133 | 0.95 | 0 | 0.34 | 0.21 | 158.53 | 0.9 | 0.42 |
| Hex | B | C9 | 85 | 5F | 0 | 22 | 15 | 9F | 5A | 2A |
| Octal | 13 | 311 | 205 | 137 | 0 | 42 | 25 | 237 | 132 | 52 |
| Binary | 1011 | 11001001 | 10000101 | 1011111 | 0 | 100010 | 10101 | 10011111 | 1011010 | 101010 |
Color Harmonies of #0BC985
Complementary color
Monochromatic Colors of #0BC985
Black with #0BC985
Text Example
Text Example
White with #0BC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC985; }
p { color: rgb(11,201,133); }
H1.HeaderClassName
{
color: #0BC985;
}
.AnyTagClassName
{
color: #0BC985;
}
</style>
background-color css
<style>
a { background-color: #0BC985; }
a { background-color: rgb(11,201,133); }
div.DivClassName
{
background-color: #0BC985;
}
.BgClassName
{
background-color: #0BC985;
}
</style>
border-color css
<style>
span { border-color: #0BC985; }
span { border-color: rgb(11,201,133); }
td.TdClassName
{
border-color: #0BC985;
}
.TagClassName
{
border-color: #0BC985;
}
</style>