Shades of Caribbean Green #0BBE90
Tints of Caribbean Green #0BBE90
RGB
CMYK
RGB Variations
Color information
#0BBE90 (or 0x0BBE90) is known color: Caribbean Green. HEX triplet: 0B, BE and 90. RGB value is (11,190,144). Sum of RGB (Red+Green+Blue) = 11+190+144=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBE90 is #F4416F. Grayscale: #838383. Windows color (decimal): -16007536 or 9485835. OLE color: 9485835.
HSL color Cylindrical-coordinate representation of color #0BBE90: hue angle of 164.58º 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 #0BBE90 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 190 | 144 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.25 |
| HSL | 164.58º | 0.89% | 0.39% | - |
| HSV(B) | 164.58º | 0.94% | 0.75% | - |
| XYZ | 23.59 | 38.91 | 32.65 | - |
| YUV | 131.24 | 135.2 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 144 | 0.94 | 0 | 0.24 | 0.25 | 164.58 | 0.89 | 0.39 |
| Hex | B | BE | 90 | 5E | 0 | 18 | 19 | A5 | 59 | 27 |
| Octal | 13 | 276 | 220 | 136 | 0 | 30 | 31 | 245 | 131 | 47 |
| Binary | 1011 | 10111110 | 10010000 | 1011110 | 0 | 11000 | 11001 | 10100101 | 1011001 | 100111 |
Color Harmonies of #0BBE90
Complementary color
Monochromatic Colors of #0BBE90
Black with #0BBE90
Text Example
Text Example
White with #0BBE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBE90; }
p { color: rgb(11,190,144); }
H1.HeaderClassName
{
color: #0BBE90;
}
.AnyTagClassName
{
color: #0BBE90;
}
</style>
background-color css
<style>
a { background-color: #0BBE90; }
a { background-color: rgb(11,190,144); }
div.DivClassName
{
background-color: #0BBE90;
}
.BgClassName
{
background-color: #0BBE90;
}
</style>
border-color css
<style>
span { border-color: #0BBE90; }
span { border-color: rgb(11,190,144); }
td.TdClassName
{
border-color: #0BBE90;
}
.TagClassName
{
border-color: #0BBE90;
}
</style>