Shades of Caribbean Green #0BCAAA
Tints of Caribbean Green #0BCAAA
RGB
CMYK
RGB Variations
Color information
#0BCAAA (or 0x0BCAAA) is known color: Caribbean Green. HEX triplet: 0B, CA and AA. RGB value is (11,202,170). Sum of RGB (Red+Green+Blue) = 11+202+170=383 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.87% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCAAA is #F43555. Grayscale: #8D8D8D. Windows color (decimal): -16004438 or 11192843. OLE color: 11192843.
HSL color Cylindrical-coordinate representation of color #0BCAAA: hue angle of 169.95º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCAAA is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 202 | 170 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.21 |
| HSL | 169.95º | 0.9% | 0.42% | - |
| HSV(B) | 169.95º | 0.95% | 0.79% | - |
| XYZ | 28.51 | 45.21 | 45.25 | - |
| YUV | 141.24 | 144.22 | 35.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 202 | 170 | 0.95 | 0 | 0.16 | 0.21 | 169.95 | 0.9 | 0.42 |
| Hex | B | CA | AA | 5F | 0 | 10 | 15 | AA | 5A | 2A |
| Octal | 13 | 312 | 252 | 137 | 0 | 20 | 25 | 252 | 132 | 52 |
| Binary | 1011 | 11001010 | 10101010 | 1011111 | 0 | 10000 | 10101 | 10101010 | 1011010 | 101010 |
Color Harmonies of #0BCAAA
Complementary color
Monochromatic Colors of #0BCAAA
Black with #0BCAAA
Text Example
Text Example
White with #0BCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCAAA; }
p { color: rgb(11,202,170); }
H1.HeaderClassName
{
color: #0BCAAA;
}
.AnyTagClassName
{
color: #0BCAAA;
}
</style>
background-color css
<style>
a { background-color: #0BCAAA; }
a { background-color: rgb(11,202,170); }
div.DivClassName
{
background-color: #0BCAAA;
}
.BgClassName
{
background-color: #0BCAAA;
}
</style>
border-color css
<style>
span { border-color: #0BCAAA; }
span { border-color: rgb(11,202,170); }
td.TdClassName
{
border-color: #0BCAAA;
}
.TagClassName
{
border-color: #0BCAAA;
}
</style>