Shades of Caribbean Green #0BBE94
Tints of Caribbean Green #0BBE94
RGB
CMYK
RGB Variations
Color information
#0BBE94 (or 0x0BBE94) is known color: Caribbean Green. HEX triplet: 0B, BE and 94. RGB value is (11,190,148). Sum of RGB (Red+Green+Blue) = 11+190+148=349 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.15% from 349); Green value is 190 (74.61% from 255 or 54.44% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBE94 is #F4416B. Grayscale: #838383. Windows color (decimal): -16007532 or 9747979. OLE color: 9747979.
HSL color Cylindrical-coordinate representation of color #0BBE94: hue angle of 165.92º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBE94 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 190 | 148 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.25 |
| HSL | 165.92º | 0.89% | 0.39% | - |
| HSV(B) | 165.92º | 0.94% | 0.75% | - |
| XYZ | 23.9 | 39.04 | 34.29 | - |
| YUV | 131.69 | 137.2 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 148 | 0.94 | 0 | 0.22 | 0.25 | 165.92 | 0.89 | 0.39 |
| Hex | B | BE | 94 | 5E | 0 | 16 | 19 | A6 | 59 | 27 |
| Octal | 13 | 276 | 224 | 136 | 0 | 26 | 31 | 246 | 131 | 47 |
| Binary | 1011 | 10111110 | 10010100 | 1011110 | 0 | 10110 | 11001 | 10100110 | 1011001 | 100111 |
Color Harmonies of #0BBE94
Complementary color
Monochromatic Colors of #0BBE94
Black with #0BBE94
Text Example
Text Example
White with #0BBE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBE94; }
p { color: rgb(11,190,148); }
H1.HeaderClassName
{
color: #0BBE94;
}
.AnyTagClassName
{
color: #0BBE94;
}
</style>
background-color css
<style>
a { background-color: #0BBE94; }
a { background-color: rgb(11,190,148); }
div.DivClassName
{
background-color: #0BBE94;
}
.BgClassName
{
background-color: #0BBE94;
}
</style>
border-color css
<style>
span { border-color: #0BBE94; }
span { border-color: rgb(11,190,148); }
td.TdClassName
{
border-color: #0BBE94;
}
.TagClassName
{
border-color: #0BBE94;
}
</style>