Shades of Caribbean Green #0DDDA7
Tints of Caribbean Green #0DDDA7
RGB
CMYK
RGB Variations
Color information
#0DDDA7 (or 0x0DDDA7) is known color: Caribbean Green. HEX triplet: 0D, DD and A7. RGB value is (13,221,167). Sum of RGB (Red+Green+Blue) = 13+221+167=401 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.24% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 167 (65.62% from 255 or 41.65% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDDA7 is #F22258. Grayscale: #989898. Windows color (decimal): -15868505 or 11001101. OLE color: 11001101.
HSL color Cylindrical-coordinate representation of color #0DDDA7: hue angle of 164.42º 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 #0DDDA7 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 167 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.13 |
| HSL | 164.42º | 0.89% | 0.46% | - |
| HSV(B) | 164.42º | 0.94% | 0.87% | - |
| XYZ | 33 | 54.59 | 45.36 | - |
| YUV | 152.65 | 136.09 | 28.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 167 | 0.94 | 0 | 0.24 | 0.13 | 164.42 | 0.89 | 0.46 |
| Hex | D | DD | A7 | 5E | 0 | 18 | D | A4 | 59 | 2E |
| Octal | 15 | 335 | 247 | 136 | 0 | 30 | 15 | 244 | 131 | 56 |
| Binary | 1101 | 11011101 | 10100111 | 1011110 | 0 | 11000 | 1101 | 10100100 | 1011001 | 101110 |
Color Harmonies of #0DDDA7
Complementary color
Monochromatic Colors of #0DDDA7
Black with #0DDDA7
Text Example
Text Example
White with #0DDDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDA7; }
p { color: rgb(13,221,167); }
H1.HeaderClassName
{
color: #0DDDA7;
}
.AnyTagClassName
{
color: #0DDDA7;
}
</style>
background-color css
<style>
a { background-color: #0DDDA7; }
a { background-color: rgb(13,221,167); }
div.DivClassName
{
background-color: #0DDDA7;
}
.BgClassName
{
background-color: #0DDDA7;
}
</style>
border-color css
<style>
span { border-color: #0DDDA7; }
span { border-color: rgb(13,221,167); }
td.TdClassName
{
border-color: #0DDDA7;
}
.TagClassName
{
border-color: #0DDDA7;
}
</style>