Shades of Caribbean Green #0BDCAA
Tints of Caribbean Green #0BDCAA
RGB
CMYK
RGB Variations
Color information
#0BDCAA (or 0x0BDCAA) is known color: Caribbean Green. HEX triplet: 0B, DC and AA. RGB value is (11,220,170). Sum of RGB (Red+Green+Blue) = 11+220+170=401 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDCAA is #F42355. Grayscale: #979797. Windows color (decimal): -15999830 or 11197451. OLE color: 11197451.
HSL color Cylindrical-coordinate representation of color #0BDCAA: hue angle of 165.65º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDCAA is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 220 | 170 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.14 |
| HSL | 165.65º | 0.9% | 0.45% | - |
| HSV(B) | 165.65º | 0.95% | 0.86% | - |
| XYZ | 32.99 | 54.16 | 46.75 | - |
| YUV | 151.81 | 138.26 | 27.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 220 | 170 | 0.95 | 0 | 0.23 | 0.14 | 165.65 | 0.9 | 0.45 |
| Hex | B | DC | AA | 5F | 0 | 17 | E | A6 | 5A | 2D |
| Octal | 13 | 334 | 252 | 137 | 0 | 27 | 16 | 246 | 132 | 55 |
| Binary | 1011 | 11011100 | 10101010 | 1011111 | 0 | 10111 | 1110 | 10100110 | 1011010 | 101101 |
Color Harmonies of #0BDCAA
Complementary color
Monochromatic Colors of #0BDCAA
Black with #0BDCAA
Text Example
Text Example
White with #0BDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDCAA; }
p { color: rgb(11,220,170); }
H1.HeaderClassName
{
color: #0BDCAA;
}
.AnyTagClassName
{
color: #0BDCAA;
}
</style>
background-color css
<style>
a { background-color: #0BDCAA; }
a { background-color: rgb(11,220,170); }
div.DivClassName
{
background-color: #0BDCAA;
}
.BgClassName
{
background-color: #0BDCAA;
}
</style>
border-color css
<style>
span { border-color: #0BDCAA; }
span { border-color: rgb(11,220,170); }
td.TdClassName
{
border-color: #0BDCAA;
}
.TagClassName
{
border-color: #0BDCAA;
}
</style>