Shades of Caribbean Green #0BBF8F
Tints of Caribbean Green #0BBF8F
RGB
CMYK
RGB Variations
Color information
#0BBF8F (or 0x0BBF8F) is known color: Caribbean Green. HEX triplet: 0B, BF and 8F. RGB value is (11,191,143). Sum of RGB (Red+Green+Blue) = 11+191+143=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBF8F is #F44070. Grayscale: #838383. Windows color (decimal): -16007281 or 9420555. OLE color: 9420555.
HSL color Cylindrical-coordinate representation of color #0BBF8F: hue angle of 164º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBF8F is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 191 | 143 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.25 |
| HSL | 164º | 0.89% | 0.4% | - |
| HSV(B) | 164º | 0.94% | 0.75% | - |
| XYZ | 23.73 | 39.32 | 32.32 | - |
| YUV | 131.71 | 134.37 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 191 | 143 | 0.94 | 0 | 0.25 | 0.25 | 164 | 0.89 | 0.4 |
| Hex | B | BF | 8F | 5E | 0 | 19 | 19 | A4 | 59 | 28 |
| Octal | 13 | 277 | 217 | 136 | 0 | 31 | 31 | 244 | 131 | 50 |
| Binary | 1011 | 10111111 | 10001111 | 1011110 | 0 | 11001 | 11001 | 10100100 | 1011001 | 101000 |
Color Harmonies of #0BBF8F
Complementary color
Monochromatic Colors of #0BBF8F
Black with #0BBF8F
Text Example
Text Example
White with #0BBF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBF8F; }
p { color: rgb(11,191,143); }
H1.HeaderClassName
{
color: #0BBF8F;
}
.AnyTagClassName
{
color: #0BBF8F;
}
</style>
background-color css
<style>
a { background-color: #0BBF8F; }
a { background-color: rgb(11,191,143); }
div.DivClassName
{
background-color: #0BBF8F;
}
.BgClassName
{
background-color: #0BBF8F;
}
</style>
border-color css
<style>
span { border-color: #0BBF8F; }
span { border-color: rgb(11,191,143); }
td.TdClassName
{
border-color: #0BBF8F;
}
.TagClassName
{
border-color: #0BBF8F;
}
</style>