Shades of Caribbean Green #0BBE9D
Tints of Caribbean Green #0BBE9D
RGB
CMYK
RGB Variations
Color information
#0BBE9D (or 0x0BBE9D) is known color: Caribbean Green. HEX triplet: 0B, BE and 9D. RGB value is (11,190,157). Sum of RGB (Red+Green+Blue) = 11+190+157=358 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.07% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBE9D is #F44162. Grayscale: #848484. Windows color (decimal): -16007523 or 10337803. OLE color: 10337803.
HSL color Cylindrical-coordinate representation of color #0BBE9D: hue angle of 168.94º 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 #0BBE9D is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 190 | 157 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.25 |
| HSL | 168.94º | 0.89% | 0.39% | - |
| HSV(B) | 168.94º | 0.94% | 0.75% | - |
| XYZ | 24.64 | 39.33 | 38.19 | - |
| YUV | 132.72 | 141.7 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 157 | 0.94 | 0 | 0.17 | 0.25 | 168.94 | 0.89 | 0.39 |
| Hex | B | BE | 9D | 5E | 0 | 11 | 19 | A9 | 59 | 27 |
| Octal | 13 | 276 | 235 | 136 | 0 | 21 | 31 | 251 | 131 | 47 |
| Binary | 1011 | 10111110 | 10011101 | 1011110 | 0 | 10001 | 11001 | 10101001 | 1011001 | 100111 |
Color Harmonies of #0BBE9D
Complementary color
Monochromatic Colors of #0BBE9D
Black with #0BBE9D
Text Example
Text Example
White with #0BBE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBE9D; }
p { color: rgb(11,190,157); }
H1.HeaderClassName
{
color: #0BBE9D;
}
.AnyTagClassName
{
color: #0BBE9D;
}
</style>
background-color css
<style>
a { background-color: #0BBE9D; }
a { background-color: rgb(11,190,157); }
div.DivClassName
{
background-color: #0BBE9D;
}
.BgClassName
{
background-color: #0BBE9D;
}
</style>
border-color css
<style>
span { border-color: #0BBE9D; }
span { border-color: rgb(11,190,157); }
td.TdClassName
{
border-color: #0BBE9D;
}
.TagClassName
{
border-color: #0BBE9D;
}
</style>