Shades of Caribbean Green #0BBB9C
Tints of Caribbean Green #0BBB9C
RGB
CMYK
RGB Variations
Color information
#0BBB9C (or 0x0BBB9C) is known color: Caribbean Green. HEX triplet: 0B, BB and 9C. RGB value is (11,187,156). Sum of RGB (Red+Green+Blue) = 11+187+156=354 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.11% from 354); Green value is 187 (73.44% from 255 or 52.82% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBB9C is #F44463. Grayscale: #828282. Windows color (decimal): -16008292 or 10271499. OLE color: 10271499.
HSL color Cylindrical-coordinate representation of color #0BBB9C: hue angle of 169.43º 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 #0BBB9C is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 187 | 156 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.27 |
| HSL | 169.43º | 0.89% | 0.39% | - |
| HSV(B) | 169.43º | 0.94% | 0.73% | - |
| XYZ | 23.91 | 38.01 | 37.53 | - |
| YUV | 130.84 | 142.19 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 156 | 0.94 | 0 | 0.17 | 0.27 | 169.43 | 0.89 | 0.39 |
| Hex | B | BB | 9C | 5E | 0 | 11 | 1B | A9 | 59 | 27 |
| Octal | 13 | 273 | 234 | 136 | 0 | 21 | 33 | 251 | 131 | 47 |
| Binary | 1011 | 10111011 | 10011100 | 1011110 | 0 | 10001 | 11011 | 10101001 | 1011001 | 100111 |
Color Harmonies of #0BBB9C
Complementary color
Monochromatic Colors of #0BBB9C
Black with #0BBB9C
Text Example
Text Example
White with #0BBB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBB9C; }
p { color: rgb(11,187,156); }
H1.HeaderClassName
{
color: #0BBB9C;
}
.AnyTagClassName
{
color: #0BBB9C;
}
</style>
background-color css
<style>
a { background-color: #0BBB9C; }
a { background-color: rgb(11,187,156); }
div.DivClassName
{
background-color: #0BBB9C;
}
.BgClassName
{
background-color: #0BBB9C;
}
</style>
border-color css
<style>
span { border-color: #0BBB9C; }
span { border-color: rgb(11,187,156); }
td.TdClassName
{
border-color: #0BBB9C;
}
.TagClassName
{
border-color: #0BBB9C;
}
</style>