Shades of Caribbean Green #0BDDAD
Tints of Caribbean Green #0BDDAD
RGB
CMYK
RGB Variations
Color information
#0BDDAD (or 0x0BDDAD) is known color: Caribbean Green. HEX triplet: 0B, DD and AD. RGB value is (11,221,173). Sum of RGB (Red+Green+Blue) = 11+221+173=405 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDDAD is #F42252. Grayscale: #989898. Windows color (decimal): -15999571 or 11394315. OLE color: 11394315.
HSL color Cylindrical-coordinate representation of color #0BDDAD: hue angle of 166.29º 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 #0BDDAD is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 173 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.13 |
| HSL | 166.29º | 0.91% | 0.45% | - |
| HSV(B) | 166.29º | 0.95% | 0.87% | - |
| XYZ | 33.54 | 54.8 | 48.35 | - |
| YUV | 152.74 | 139.43 | 26.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 173 | 0.95 | 0 | 0.22 | 0.13 | 166.29 | 0.91 | 0.45 |
| Hex | B | DD | AD | 5F | 0 | 16 | D | A6 | 5B | 2D |
| Octal | 13 | 335 | 255 | 137 | 0 | 26 | 15 | 246 | 133 | 55 |
| Binary | 1011 | 11011101 | 10101101 | 1011111 | 0 | 10110 | 1101 | 10100110 | 1011011 | 101101 |
Color Harmonies of #0BDDAD
Complementary color
Monochromatic Colors of #0BDDAD
Black with #0BDDAD
Text Example
Text Example
White with #0BDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDDAD; }
p { color: rgb(11,221,173); }
H1.HeaderClassName
{
color: #0BDDAD;
}
.AnyTagClassName
{
color: #0BDDAD;
}
</style>
background-color css
<style>
a { background-color: #0BDDAD; }
a { background-color: rgb(11,221,173); }
div.DivClassName
{
background-color: #0BDDAD;
}
.BgClassName
{
background-color: #0BDDAD;
}
</style>
border-color css
<style>
span { border-color: #0BDDAD; }
span { border-color: rgb(11,221,173); }
td.TdClassName
{
border-color: #0BDDAD;
}
.TagClassName
{
border-color: #0BDDAD;
}
</style>