Shades of Caribbean Green #0DDDA4
Tints of Caribbean Green #0DDDA4
RGB
CMYK
RGB Variations
Color information
#0DDDA4 (or 0x0DDDA4) is known color: Caribbean Green. HEX triplet: 0D, DD and A4. RGB value is (13,221,164). Sum of RGB (Red+Green+Blue) = 13+221+164=398 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDDA4 is #F2225B. Grayscale: #989898. Windows color (decimal): -15868508 or 10804493. OLE color: 10804493.
HSL color Cylindrical-coordinate representation of color #0DDDA4: hue angle of 163.56º 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 #0DDDA4 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 164 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.13 |
| HSL | 163.56º | 0.89% | 0.46% | - |
| HSV(B) | 163.56º | 0.94% | 0.87% | - |
| XYZ | 32.72 | 54.48 | 43.91 | - |
| YUV | 152.31 | 134.59 | 28.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 164 | 0.94 | 0 | 0.26 | 0.13 | 163.56 | 0.89 | 0.46 |
| Hex | D | DD | A4 | 5E | 0 | 1A | D | A4 | 59 | 2E |
| Octal | 15 | 335 | 244 | 136 | 0 | 32 | 15 | 244 | 131 | 56 |
| Binary | 1101 | 11011101 | 10100100 | 1011110 | 0 | 11010 | 1101 | 10100100 | 1011001 | 101110 |
Color Harmonies of #0DDDA4
Complementary color
Monochromatic Colors of #0DDDA4
Black with #0DDDA4
Text Example
Text Example
White with #0DDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDA4; }
p { color: rgb(13,221,164); }
H1.HeaderClassName
{
color: #0DDDA4;
}
.AnyTagClassName
{
color: #0DDDA4;
}
</style>
background-color css
<style>
a { background-color: #0DDDA4; }
a { background-color: rgb(13,221,164); }
div.DivClassName
{
background-color: #0DDDA4;
}
.BgClassName
{
background-color: #0DDDA4;
}
</style>
border-color css
<style>
span { border-color: #0DDDA4; }
span { border-color: rgb(13,221,164); }
td.TdClassName
{
border-color: #0DDDA4;
}
.TagClassName
{
border-color: #0DDDA4;
}
</style>