Shades of Caribbean Green #0BCF81
Tints of Caribbean Green #0BCF81
RGB
CMYK
RGB Variations
Color information
#0BCF81 (or 0x0BCF81) is known color: Caribbean Green. HEX triplet: 0B, CF and 81. RGB value is (11,207,129). Sum of RGB (Red+Green+Blue) = 11+207+129=347 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.17% from 347); Green value is 207 (81.25% from 255 or 59.65% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCF81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCF81 is #F4307E. Grayscale: #8B8B8B. Windows color (decimal): -16003199 or 8507147. OLE color: 8507147.
HSL color Cylindrical-coordinate representation of color #0BCF81: hue angle of 156.12º 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 #0BCF81 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 207 | 129 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.19 |
| HSL | 156.12º | 0.9% | 0.43% | - |
| HSV(B) | 156.12º | 0.95% | 0.81% | - |
| XYZ | 26.41 | 46.28 | 28.31 | - |
| YUV | 139.5 | 122.07 | 36.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 129 | 0.95 | 0 | 0.38 | 0.19 | 156.12 | 0.9 | 0.43 |
| Hex | B | CF | 81 | 5F | 0 | 26 | 13 | 9C | 5A | 2B |
| Octal | 13 | 317 | 201 | 137 | 0 | 46 | 23 | 234 | 132 | 53 |
| Binary | 1011 | 11001111 | 10000001 | 1011111 | 0 | 100110 | 10011 | 10011100 | 1011010 | 101011 |
Color Harmonies of #0BCF81
Complementary color
Monochromatic Colors of #0BCF81
Black with #0BCF81
Text Example
Text Example
White with #0BCF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCF81; }
p { color: rgb(11,207,129); }
H1.HeaderClassName
{
color: #0BCF81;
}
.AnyTagClassName
{
color: #0BCF81;
}
</style>
background-color css
<style>
a { background-color: #0BCF81; }
a { background-color: rgb(11,207,129); }
div.DivClassName
{
background-color: #0BCF81;
}
.BgClassName
{
background-color: #0BCF81;
}
</style>
border-color css
<style>
span { border-color: #0BCF81; }
span { border-color: rgb(11,207,129); }
td.TdClassName
{
border-color: #0BCF81;
}
.TagClassName
{
border-color: #0BCF81;
}
</style>