Shades of Caribbean Green #0DD8AF
Tints of Caribbean Green #0DD8AF
RGB
CMYK
RGB Variations
Color information
#0DD8AF (or 0x0DD8AF) is known color: Caribbean Green. HEX triplet: 0D, D8 and AF. RGB value is (13,216,175). Sum of RGB (Red+Green+Blue) = 13+216+175=404 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.22% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #0DD8AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD8AF is #F22750. Grayscale: #969696. Windows color (decimal): -15869777 or 11524109. OLE color: 11524109.
HSL color Cylindrical-coordinate representation of color #0DD8AF: hue angle of 167.88º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD8AF is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 216 | 175 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.15 |
| HSL | 167.88º | 0.89% | 0.45% | - |
| HSV(B) | 167.88º | 0.94% | 0.85% | - |
| XYZ | 32.46 | 52.29 | 48.94 | - |
| YUV | 150.63 | 141.75 | 29.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 216 | 175 | 0.94 | 0 | 0.19 | 0.15 | 167.88 | 0.89 | 0.45 |
| Hex | D | D8 | AF | 5E | 0 | 13 | F | A8 | 59 | 2D |
| Octal | 15 | 330 | 257 | 136 | 0 | 23 | 17 | 250 | 131 | 55 |
| Binary | 1101 | 11011000 | 10101111 | 1011110 | 0 | 10011 | 1111 | 10101000 | 1011001 | 101101 |
Color Harmonies of #0DD8AF
Complementary color
Monochromatic Colors of #0DD8AF
Black with #0DD8AF
Text Example
Text Example
White with #0DD8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD8AF; }
p { color: rgb(13,216,175); }
H1.HeaderClassName
{
color: #0DD8AF;
}
.AnyTagClassName
{
color: #0DD8AF;
}
</style>
background-color css
<style>
a { background-color: #0DD8AF; }
a { background-color: rgb(13,216,175); }
div.DivClassName
{
background-color: #0DD8AF;
}
.BgClassName
{
background-color: #0DD8AF;
}
</style>
border-color css
<style>
span { border-color: #0DD8AF; }
span { border-color: rgb(13,216,175); }
td.TdClassName
{
border-color: #0DD8AF;
}
.TagClassName
{
border-color: #0DD8AF;
}
</style>