Shades of Caribbean Green #0BDDA8
Tints of Caribbean Green #0BDDA8
RGB
CMYK
RGB Variations
Color information
#0BDDA8 (or 0x0BDDA8) is known color: Caribbean Green. HEX triplet: 0B, DD and A8. RGB value is (11,221,168). Sum of RGB (Red+Green+Blue) = 11+221+168=400 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.75% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDDA8 is #F42257. Grayscale: #989898. Windows color (decimal): -15999576 or 11066635. OLE color: 11066635.
HSL color Cylindrical-coordinate representation of color #0BDDA8: hue angle of 164.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 #0BDDA8 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 168 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.13 |
| HSL | 164.86º | 0.91% | 0.45% | - |
| HSV(B) | 164.86º | 0.95% | 0.87% | - |
| XYZ | 33.06 | 54.61 | 45.84 | - |
| YUV | 152.17 | 136.93 | 27.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 168 | 0.95 | 0 | 0.24 | 0.13 | 164.86 | 0.91 | 0.45 |
| Hex | B | DD | A8 | 5F | 0 | 18 | D | A5 | 5B | 2D |
| Octal | 13 | 335 | 250 | 137 | 0 | 30 | 15 | 245 | 133 | 55 |
| Binary | 1011 | 11011101 | 10101000 | 1011111 | 0 | 11000 | 1101 | 10100101 | 1011011 | 101101 |
Color Harmonies of #0BDDA8
Complementary color
Monochromatic Colors of #0BDDA8
Black with #0BDDA8
Text Example
Text Example
White with #0BDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDDA8; }
p { color: rgb(11,221,168); }
H1.HeaderClassName
{
color: #0BDDA8;
}
.AnyTagClassName
{
color: #0BDDA8;
}
</style>
background-color css
<style>
a { background-color: #0BDDA8; }
a { background-color: rgb(11,221,168); }
div.DivClassName
{
background-color: #0BDDA8;
}
.BgClassName
{
background-color: #0BDDA8;
}
</style>
border-color css
<style>
span { border-color: #0BDDA8; }
span { border-color: rgb(11,221,168); }
td.TdClassName
{
border-color: #0BDDA8;
}
.TagClassName
{
border-color: #0BDDA8;
}
</style>