Shades of Caribbean Green #0BDDAF
Tints of Caribbean Green #0BDDAF
RGB
CMYK
RGB Variations
Color information
#0BDDAF (or 0x0BDDAF) is known color: Caribbean Green. HEX triplet: 0B, DD and AF. RGB value is (11,221,175). Sum of RGB (Red+Green+Blue) = 11+221+175=407 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDDAF is #F42250. Grayscale: #989898. Windows color (decimal): -15999569 or 11525387. OLE color: 11525387.
HSL color Cylindrical-coordinate representation of color #0BDDAF: hue angle of 166.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDDAF is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 175 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.13 |
| HSL | 166.86º | 0.91% | 0.45% | - |
| HSV(B) | 166.86º | 0.95% | 0.87% | - |
| XYZ | 33.73 | 54.88 | 49.37 | - |
| YUV | 152.97 | 140.43 | 26.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 175 | 0.95 | 0 | 0.21 | 0.13 | 166.86 | 0.91 | 0.45 |
| Hex | B | DD | AF | 5F | 0 | 15 | D | A7 | 5B | 2D |
| Octal | 13 | 335 | 257 | 137 | 0 | 25 | 15 | 247 | 133 | 55 |
| Binary | 1011 | 11011101 | 10101111 | 1011111 | 0 | 10101 | 1101 | 10100111 | 1011011 | 101101 |
Color Harmonies of #0BDDAF
Complementary color
Monochromatic Colors of #0BDDAF
Black with #0BDDAF
Text Example
Text Example
White with #0BDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDDAF; }
p { color: rgb(11,221,175); }
H1.HeaderClassName
{
color: #0BDDAF;
}
.AnyTagClassName
{
color: #0BDDAF;
}
</style>
background-color css
<style>
a { background-color: #0BDDAF; }
a { background-color: rgb(11,221,175); }
div.DivClassName
{
background-color: #0BDDAF;
}
.BgClassName
{
background-color: #0BDDAF;
}
</style>
border-color css
<style>
span { border-color: #0BDDAF; }
span { border-color: rgb(11,221,175); }
td.TdClassName
{
border-color: #0BDDAF;
}
.TagClassName
{
border-color: #0BDDAF;
}
</style>