Shades of Caribbean Green #0BBBA3
Tints of Caribbean Green #0BBBA3
RGB
CMYK
RGB Variations
Color information
#0BBBA3 (or 0x0BBBA3) is known color: Caribbean Green. HEX triplet: 0B, BB and A3. RGB value is (11,187,163). Sum of RGB (Red+Green+Blue) = 11+187+163=361 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.05% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBBA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBBA3 is #F4445C. Grayscale: #838383. Windows color (decimal): -16008285 or 10730251. OLE color: 10730251.
HSL color Cylindrical-coordinate representation of color #0BBBA3: hue angle of 171.82º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBBA3 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 187 | 163 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.27 |
| HSL | 171.82º | 0.89% | 0.39% | - |
| HSV(B) | 171.82º | 0.94% | 0.73% | - |
| XYZ | 24.52 | 38.26 | 40.74 | - |
| YUV | 131.64 | 145.69 | 41.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 163 | 0.94 | 0 | 0.13 | 0.27 | 171.82 | 0.89 | 0.39 |
| Hex | B | BB | A3 | 5E | 0 | D | 1B | AC | 59 | 27 |
| Octal | 13 | 273 | 243 | 136 | 0 | 15 | 33 | 254 | 131 | 47 |
| Binary | 1011 | 10111011 | 10100011 | 1011110 | 0 | 1101 | 11011 | 10101100 | 1011001 | 100111 |
Color Harmonies of #0BBBA3
Complementary color
Monochromatic Colors of #0BBBA3
Black with #0BBBA3
Text Example
Text Example
White with #0BBBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBBA3; }
p { color: rgb(11,187,163); }
H1.HeaderClassName
{
color: #0BBBA3;
}
.AnyTagClassName
{
color: #0BBBA3;
}
</style>
background-color css
<style>
a { background-color: #0BBBA3; }
a { background-color: rgb(11,187,163); }
div.DivClassName
{
background-color: #0BBBA3;
}
.BgClassName
{
background-color: #0BBBA3;
}
</style>
border-color css
<style>
span { border-color: #0BBBA3; }
span { border-color: rgb(11,187,163); }
td.TdClassName
{
border-color: #0BBBA3;
}
.TagClassName
{
border-color: #0BBBA3;
}
</style>