Shades of Caribbean Green #0BDDA6
Tints of Caribbean Green #0BDDA6
RGB
CMYK
RGB Variations
Color information
#0BDDA6 (or 0x0BDDA6) is known color: Caribbean Green. HEX triplet: 0B, DD and A6. RGB value is (11,221,166). Sum of RGB (Red+Green+Blue) = 11+221+166=398 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDDA6 is #F42259. Grayscale: #979797. Windows color (decimal): -15999578 or 10935563. OLE color: 10935563.
HSL color Cylindrical-coordinate representation of color #0BDDA6: hue angle of 164.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 #0BDDA6 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 166 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.13 |
| HSL | 164.29º | 0.91% | 0.45% | - |
| HSV(B) | 164.29º | 0.95% | 0.87% | - |
| XYZ | 32.88 | 54.54 | 44.87 | - |
| YUV | 151.94 | 135.93 | 27.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 166 | 0.95 | 0 | 0.25 | 0.13 | 164.29 | 0.91 | 0.45 |
| Hex | B | DD | A6 | 5F | 0 | 19 | D | A4 | 5B | 2D |
| Octal | 13 | 335 | 246 | 137 | 0 | 31 | 15 | 244 | 133 | 55 |
| Binary | 1011 | 11011101 | 10100110 | 1011111 | 0 | 11001 | 1101 | 10100100 | 1011011 | 101101 |
Color Harmonies of #0BDDA6
Complementary color
Monochromatic Colors of #0BDDA6
Black with #0BDDA6
Text Example
Text Example
White with #0BDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDDA6; }
p { color: rgb(11,221,166); }
H1.HeaderClassName
{
color: #0BDDA6;
}
.AnyTagClassName
{
color: #0BDDA6;
}
</style>
background-color css
<style>
a { background-color: #0BDDA6; }
a { background-color: rgb(11,221,166); }
div.DivClassName
{
background-color: #0BDDA6;
}
.BgClassName
{
background-color: #0BDDA6;
}
</style>
border-color css
<style>
span { border-color: #0BDDA6; }
span { border-color: rgb(11,221,166); }
td.TdClassName
{
border-color: #0BDDA6;
}
.TagClassName
{
border-color: #0BDDA6;
}
</style>