Shades of Caribbean Green #0BCE97
Tints of Caribbean Green #0BCE97
RGB
CMYK
RGB Variations
Color information
#0BCE97 (or 0x0BCE97) is known color: Caribbean Green. HEX triplet: 0B, CE and 97. RGB value is (11,206,151). Sum of RGB (Red+Green+Blue) = 11+206+151=368 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.99% from 368); Green value is 206 (80.86% from 255 or 55.98% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCE97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCE97 is #F43168. Grayscale: #8D8D8D. Windows color (decimal): -16003433 or 9948683. OLE color: 9948683.
HSL color Cylindrical-coordinate representation of color #0BCE97: hue angle of 163.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCE97 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 206 | 151 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.19 |
| HSL | 163.08º | 0.9% | 0.43% | - |
| HSV(B) | 163.08º | 0.95% | 0.81% | - |
| XYZ | 27.8 | 46.45 | 36.78 | - |
| YUV | 141.43 | 133.4 | 34.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 206 | 151 | 0.95 | 0 | 0.27 | 0.19 | 163.08 | 0.9 | 0.43 |
| Hex | B | CE | 97 | 5F | 0 | 1B | 13 | A3 | 5A | 2B |
| Octal | 13 | 316 | 227 | 137 | 0 | 33 | 23 | 243 | 132 | 53 |
| Binary | 1011 | 11001110 | 10010111 | 1011111 | 0 | 11011 | 10011 | 10100011 | 1011010 | 101011 |
Color Harmonies of #0BCE97
Complementary color
Monochromatic Colors of #0BCE97
Black with #0BCE97
Text Example
Text Example
White with #0BCE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCE97; }
p { color: rgb(11,206,151); }
H1.HeaderClassName
{
color: #0BCE97;
}
.AnyTagClassName
{
color: #0BCE97;
}
</style>
background-color css
<style>
a { background-color: #0BCE97; }
a { background-color: rgb(11,206,151); }
div.DivClassName
{
background-color: #0BCE97;
}
.BgClassName
{
background-color: #0BCE97;
}
</style>
border-color css
<style>
span { border-color: #0BCE97; }
span { border-color: rgb(11,206,151); }
td.TdClassName
{
border-color: #0BCE97;
}
.TagClassName
{
border-color: #0BCE97;
}
</style>