Shades of Caribbean Green #0DCCAD
Tints of Caribbean Green #0DCCAD
RGB
CMYK
RGB Variations
Color information
#0DCCAD (or 0x0DCCAD) is known color: Caribbean Green. HEX triplet: 0D, CC and AD. RGB value is (13,204,173). Sum of RGB (Red+Green+Blue) = 13+204+173=390 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.33% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCCAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCCAD is #F23352. Grayscale: #8F8F8F. Windows color (decimal): -15872851 or 11389965. OLE color: 11389965.
HSL color Cylindrical-coordinate representation of color #0DCCAD: hue angle of 170.26º 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 #0DCCAD is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 204 | 173 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.2 |
| HSL | 170.26º | 0.88% | 0.43% | - |
| HSV(B) | 170.26º | 0.94% | 0.8% | - |
| XYZ | 29.3 | 46.29 | 46.93 | - |
| YUV | 143.36 | 144.72 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 173 | 0.94 | 0 | 0.15 | 0.2 | 170.26 | 0.88 | 0.43 |
| Hex | D | CC | AD | 5E | 0 | F | 14 | AA | 58 | 2B |
| Octal | 15 | 314 | 255 | 136 | 0 | 17 | 24 | 252 | 130 | 53 |
| Binary | 1101 | 11001100 | 10101101 | 1011110 | 0 | 1111 | 10100 | 10101010 | 1011000 | 101011 |
Color Harmonies of #0DCCAD
Complementary color
Monochromatic Colors of #0DCCAD
Black with #0DCCAD
Text Example
Text Example
White with #0DCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCCAD; }
p { color: rgb(13,204,173); }
H1.HeaderClassName
{
color: #0DCCAD;
}
.AnyTagClassName
{
color: #0DCCAD;
}
</style>
background-color css
<style>
a { background-color: #0DCCAD; }
a { background-color: rgb(13,204,173); }
div.DivClassName
{
background-color: #0DCCAD;
}
.BgClassName
{
background-color: #0DCCAD;
}
</style>
border-color css
<style>
span { border-color: #0DCCAD; }
span { border-color: rgb(13,204,173); }
td.TdClassName
{
border-color: #0DCCAD;
}
.TagClassName
{
border-color: #0DCCAD;
}
</style>