Shades of Caribbean Green #0DDDA6
Tints of Caribbean Green #0DDDA6
RGB
CMYK
RGB Variations
Color information
#0DDDA6 (or 0x0DDDA6) is known color: Caribbean Green. HEX triplet: 0D, DD and A6. RGB value is (13,221,166). Sum of RGB (Red+Green+Blue) = 13+221+166=400 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.25% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDDA6 is #F22259. Grayscale: #989898. Windows color (decimal): -15868506 or 10935565. OLE color: 10935565.
HSL color Cylindrical-coordinate representation of color #0DDDA6: hue angle of 164.13º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDDA6 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 166 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.13 |
| HSL | 164.13º | 0.89% | 0.46% | - |
| HSV(B) | 164.13º | 0.94% | 0.87% | - |
| XYZ | 32.91 | 54.55 | 44.87 | - |
| YUV | 152.54 | 135.59 | 28.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 166 | 0.94 | 0 | 0.25 | 0.13 | 164.13 | 0.89 | 0.46 |
| Hex | D | DD | A6 | 5E | 0 | 19 | D | A4 | 59 | 2E |
| Octal | 15 | 335 | 246 | 136 | 0 | 31 | 15 | 244 | 131 | 56 |
| Binary | 1101 | 11011101 | 10100110 | 1011110 | 0 | 11001 | 1101 | 10100100 | 1011001 | 101110 |
Color Harmonies of #0DDDA6
Complementary color
Monochromatic Colors of #0DDDA6
Black with #0DDDA6
Text Example
Text Example
White with #0DDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDA6; }
p { color: rgb(13,221,166); }
H1.HeaderClassName
{
color: #0DDDA6;
}
.AnyTagClassName
{
color: #0DDDA6;
}
</style>
background-color css
<style>
a { background-color: #0DDDA6; }
a { background-color: rgb(13,221,166); }
div.DivClassName
{
background-color: #0DDDA6;
}
.BgClassName
{
background-color: #0DDDA6;
}
</style>
border-color css
<style>
span { border-color: #0DDDA6; }
span { border-color: rgb(13,221,166); }
td.TdClassName
{
border-color: #0DDDA6;
}
.TagClassName
{
border-color: #0DDDA6;
}
</style>