Shades of Caribbean Green #0BCDAA
Tints of Caribbean Green #0BCDAA
RGB
CMYK
RGB Variations
Color information
#0BCDAA (or 0x0BCDAA) is known color: Caribbean Green. HEX triplet: 0B, CD and AA. RGB value is (11,205,170). Sum of RGB (Red+Green+Blue) = 11+205+170=386 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.85% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCDAA is #F43255. Grayscale: #8E8E8E. Windows color (decimal): -16003670 or 11193611. OLE color: 11193611.
HSL color Cylindrical-coordinate representation of color #0BCDAA: hue angle of 169.18º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCDAA is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 170 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.20 |
| HSL | 169.18º | 0.9% | 0.42% | - |
| HSV(B) | 169.18º | 0.95% | 0.8% | - |
| XYZ | 29.23 | 46.64 | 45.49 | - |
| YUV | 143 | 143.23 | 33.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 170 | 0.95 | 0 | 0.17 | 0.20 | 169.18 | 0.9 | 0.42 |
| Hex | B | CD | AA | 5F | 0 | 11 | 14 | A9 | 5A | 2A |
| Octal | 13 | 315 | 252 | 137 | 0 | 21 | 24 | 251 | 132 | 52 |
| Binary | 1011 | 11001101 | 10101010 | 1011111 | 0 | 10001 | 10100 | 10101001 | 1011010 | 101010 |
Color Harmonies of #0BCDAA
Complementary color
Monochromatic Colors of #0BCDAA
Black with #0BCDAA
Text Example
Text Example
White with #0BCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCDAA; }
p { color: rgb(11,205,170); }
H1.HeaderClassName
{
color: #0BCDAA;
}
.AnyTagClassName
{
color: #0BCDAA;
}
</style>
background-color css
<style>
a { background-color: #0BCDAA; }
a { background-color: rgb(11,205,170); }
div.DivClassName
{
background-color: #0BCDAA;
}
.BgClassName
{
background-color: #0BCDAA;
}
</style>
border-color css
<style>
span { border-color: #0BCDAA; }
span { border-color: rgb(11,205,170); }
td.TdClassName
{
border-color: #0BCDAA;
}
.TagClassName
{
border-color: #0BCDAA;
}
</style>