Shades of Caribbean Green #00CDA0
Tints of Caribbean Green #00CDA0
RGB
CMYK
RGB Variations
Color information
#00CDA0 (or 0x00CDA0) is known color: Caribbean Green. HEX triplet: 00, CD and A0. RGB value is (0,205,160). Sum of RGB (Red+Green+Blue) = 0+205+160=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #00CDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CDA0 is #FF325F. Grayscale: #8A8A8A. Windows color (decimal): -16724576 or 10538240. OLE color: 10538240.
HSL color Cylindrical-coordinate representation of color #00CDA0: hue angle of 166.83º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CDA0 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 205 | 160 | - |
| CMYK | 1 | 0 | 0.22 | 0.20 |
| HSL | 166.83º | 1% | 0.4% | - |
| HSV(B) | 166.83º | 1% | 0.8% | - |
| XYZ | 28.18 | 46.2 | 40.69 | - |
| YUV | 138.58 | 140.08 | 29.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 205 | 160 | 1 | 0 | 0.22 | 0.20 | 166.83 | 1 | 0.4 |
| Hex | 0 | CD | A0 | 64 | 0 | 16 | 14 | A7 | 64 | 28 |
| Octal | 0 | 315 | 240 | 144 | 0 | 26 | 24 | 247 | 144 | 50 |
| Binary | 0 | 11001101 | 10100000 | 1100100 | 0 | 10110 | 10100 | 10100111 | 1100100 | 101000 |
Color Harmonies of #00CDA0
Complementary color
Monochromatic Colors of #00CDA0
Black with #00CDA0
Text Example
Text Example
White with #00CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CDA0; }
p { color: rgb(0,205,160); }
H1.HeaderClassName
{
color: #00CDA0;
}
.AnyTagClassName
{
color: #00CDA0;
}
</style>
background-color css
<style>
a { background-color: #00CDA0; }
a { background-color: rgb(0,205,160); }
div.DivClassName
{
background-color: #00CDA0;
}
.BgClassName
{
background-color: #00CDA0;
}
</style>
border-color css
<style>
span { border-color: #00CDA0; }
span { border-color: rgb(0,205,160); }
td.TdClassName
{
border-color: #00CDA0;
}
.TagClassName
{
border-color: #00CDA0;
}
</style>