Shades of Caribbean Green #0BDDAE
Tints of Caribbean Green #0BDDAE
RGB
CMYK
RGB Variations
Color information
#0BDDAE (or 0x0BDDAE) is known color: Caribbean Green. HEX triplet: 0B, DD and AE. RGB value is (11,221,174). Sum of RGB (Red+Green+Blue) = 11+221+174=406 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.71% from 406); Green value is 221 (86.72% from 255 or 54.43% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDDAE is #F42251. Grayscale: #989898. Windows color (decimal): -15999570 or 11459851. OLE color: 11459851.
HSL color Cylindrical-coordinate representation of color #0BDDAE: hue angle of 166.57º 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 #0BDDAE is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 174 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.13 |
| HSL | 166.57º | 0.91% | 0.45% | - |
| HSV(B) | 166.57º | 0.95% | 0.87% | - |
| XYZ | 33.63 | 54.84 | 48.86 | - |
| YUV | 152.85 | 139.93 | 26.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 174 | 0.95 | 0 | 0.21 | 0.13 | 166.57 | 0.91 | 0.45 |
| Hex | B | DD | AE | 5F | 0 | 15 | D | A7 | 5B | 2D |
| Octal | 13 | 335 | 256 | 137 | 0 | 25 | 15 | 247 | 133 | 55 |
| Binary | 1011 | 11011101 | 10101110 | 1011111 | 0 | 10101 | 1101 | 10100111 | 1011011 | 101101 |
Color Harmonies of #0BDDAE
Complementary color
Monochromatic Colors of #0BDDAE
Black with #0BDDAE
Text Example
Text Example
White with #0BDDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDDAE; }
p { color: rgb(11,221,174); }
H1.HeaderClassName
{
color: #0BDDAE;
}
.AnyTagClassName
{
color: #0BDDAE;
}
</style>
background-color css
<style>
a { background-color: #0BDDAE; }
a { background-color: rgb(11,221,174); }
div.DivClassName
{
background-color: #0BDDAE;
}
.BgClassName
{
background-color: #0BDDAE;
}
</style>
border-color css
<style>
span { border-color: #0BDDAE; }
span { border-color: rgb(11,221,174); }
td.TdClassName
{
border-color: #0BDDAE;
}
.TagClassName
{
border-color: #0BDDAE;
}
</style>