Shades of Caribbean Green #05CDA0
Tints of Caribbean Green #05CDA0
RGB
CMYK
RGB Variations
Color information
#05CDA0 (or 0x05CDA0) is known color: Caribbean Green. HEX triplet: 05, CD and A0. RGB value is (5,205,160). Sum of RGB (Red+Green+Blue) = 5+205+160=370 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #05CDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CDA0 is #FA325F. Grayscale: #8C8C8C. Windows color (decimal): -16396896 or 10538245. OLE color: 10538245.
HSL color Cylindrical-coordinate representation of color #05CDA0: hue angle of 166.5º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CDA0 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 205 | 160 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.20 |
| HSL | 166.5º | 0.95% | 0.41% | - |
| HSV(B) | 166.5º | 0.98% | 0.8% | - |
| XYZ | 28.24 | 46.23 | 40.69 | - |
| YUV | 140.07 | 139.24 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 205 | 160 | 0.98 | 0 | 0.22 | 0.20 | 166.5 | 0.95 | 0.41 |
| Hex | 5 | CD | A0 | 62 | 0 | 16 | 14 | A6 | 5F | 29 |
| Octal | 5 | 315 | 240 | 142 | 0 | 26 | 24 | 246 | 137 | 51 |
| Binary | 101 | 11001101 | 10100000 | 1100010 | 0 | 10110 | 10100 | 10100110 | 1011111 | 101001 |
Color Harmonies of #05CDA0
Complementary color
Monochromatic Colors of #05CDA0
Black with #05CDA0
Text Example
Text Example
White with #05CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CDA0; }
p { color: rgb(5,205,160); }
H1.HeaderClassName
{
color: #05CDA0;
}
.AnyTagClassName
{
color: #05CDA0;
}
</style>
background-color css
<style>
a { background-color: #05CDA0; }
a { background-color: rgb(5,205,160); }
div.DivClassName
{
background-color: #05CDA0;
}
.BgClassName
{
background-color: #05CDA0;
}
</style>
border-color css
<style>
span { border-color: #05CDA0; }
span { border-color: rgb(5,205,160); }
td.TdClassName
{
border-color: #05CDA0;
}
.TagClassName
{
border-color: #05CDA0;
}
</style>