Shades of Caribbean Green #0DCDA7
Tints of Caribbean Green #0DCDA7
RGB
CMYK
RGB Variations
Color information
#0DCDA7 (or 0x0DCDA7) is known color: Caribbean Green. HEX triplet: 0D, CD and A7. RGB value is (13,205,167). Sum of RGB (Red+Green+Blue) = 13+205+167=385 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.38% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCDA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCDA7 is #F23258. Grayscale: #8F8F8F. Windows color (decimal): -15872601 or 10997005. OLE color: 10997005.
HSL color Cylindrical-coordinate representation of color #0DCDA7: hue angle of 168.12º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCDA7 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 205 | 167 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.20 |
| HSL | 168.13º | 0.88% | 0.43% | - |
| HSV(B) | 168.13º | 0.94% | 0.8% | - |
| XYZ | 28.97 | 46.54 | 44.02 | - |
| YUV | 143.26 | 141.39 | 35.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 167 | 0.94 | 0 | 0.19 | 0.20 | 168.13 | 0.88 | 0.43 |
| Hex | D | CD | A7 | 5E | 0 | 13 | 14 | A8 | 58 | 2B |
| Octal | 15 | 315 | 247 | 136 | 0 | 23 | 24 | 250 | 130 | 53 |
| Binary | 1101 | 11001101 | 10100111 | 1011110 | 0 | 10011 | 10100 | 10101000 | 1011000 | 101011 |
Color Harmonies of #0DCDA7
Complementary color
Monochromatic Colors of #0DCDA7
Black with #0DCDA7
Text Example
Text Example
White with #0DCDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCDA7; }
p { color: rgb(13,205,167); }
H1.HeaderClassName
{
color: #0DCDA7;
}
.AnyTagClassName
{
color: #0DCDA7;
}
</style>
background-color css
<style>
a { background-color: #0DCDA7; }
a { background-color: rgb(13,205,167); }
div.DivClassName
{
background-color: #0DCDA7;
}
.BgClassName
{
background-color: #0DCDA7;
}
</style>
border-color css
<style>
span { border-color: #0DCDA7; }
span { border-color: rgb(13,205,167); }
td.TdClassName
{
border-color: #0DCDA7;
}
.TagClassName
{
border-color: #0DCDA7;
}
</style>