Shades of Caribbean Green #0DCCA0
Tints of Caribbean Green #0DCCA0
RGB
CMYK
RGB Variations
Color information
#0DCCA0 (or 0x0DCCA0) is known color: Caribbean Green. HEX triplet: 0D, CC and A0. RGB value is (13,204,160). Sum of RGB (Red+Green+Blue) = 13+204+160=377 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.45% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCCA0 is #F2335F. Grayscale: #8D8D8D. Windows color (decimal): -15872864 or 10537997. OLE color: 10537997.
HSL color Cylindrical-coordinate representation of color #0DCCA0: hue angle of 166.18º 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 #0DCCA0 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 204 | 160 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.2 |
| HSL | 166.18º | 0.88% | 0.43% | - |
| HSV(B) | 166.18º | 0.94% | 0.8% | - |
| XYZ | 28.1 | 45.81 | 40.62 | - |
| YUV | 141.88 | 138.22 | 36.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 160 | 0.94 | 0 | 0.22 | 0.2 | 166.18 | 0.88 | 0.43 |
| Hex | D | CC | A0 | 5E | 0 | 16 | 14 | A6 | 58 | 2B |
| Octal | 15 | 314 | 240 | 136 | 0 | 26 | 24 | 246 | 130 | 53 |
| Binary | 1101 | 11001100 | 10100000 | 1011110 | 0 | 10110 | 10100 | 10100110 | 1011000 | 101011 |
Color Harmonies of #0DCCA0
Complementary color
Monochromatic Colors of #0DCCA0
Black with #0DCCA0
Text Example
Text Example
White with #0DCCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCCA0; }
p { color: rgb(13,204,160); }
H1.HeaderClassName
{
color: #0DCCA0;
}
.AnyTagClassName
{
color: #0DCCA0;
}
</style>
background-color css
<style>
a { background-color: #0DCCA0; }
a { background-color: rgb(13,204,160); }
div.DivClassName
{
background-color: #0DCCA0;
}
.BgClassName
{
background-color: #0DCCA0;
}
</style>
border-color css
<style>
span { border-color: #0DCCA0; }
span { border-color: rgb(13,204,160); }
td.TdClassName
{
border-color: #0DCCA0;
}
.TagClassName
{
border-color: #0DCCA0;
}
</style>