Shades of Caribbean Green #04CDA1
Tints of Caribbean Green #04CDA1
RGB
CMYK
RGB Variations
Color information
#04CDA1 (or 0x04CDA1) is known color: Caribbean Green. HEX triplet: 04, CD and A1. RGB value is (4,205,161). Sum of RGB (Red+Green+Blue) = 4+205+161=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #04CDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CDA1 is #FB325E. Grayscale: #8B8B8B. Windows color (decimal): -16462431 or 10603780. OLE color: 10603780.
HSL color Cylindrical-coordinate representation of color #04CDA1: hue angle of 166.87º degrees, saturation: 0.96, 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 #04CDA1 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 205 | 161 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.20 |
| HSL | 166.87º | 0.96% | 0.41% | - |
| HSV(B) | 166.87º | 0.98% | 0.8% | - |
| XYZ | 28.31 | 46.26 | 41.16 | - |
| YUV | 139.89 | 139.91 | 31.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 205 | 161 | 0.98 | 0 | 0.21 | 0.20 | 166.87 | 0.96 | 0.41 |
| Hex | 4 | CD | A1 | 62 | 0 | 15 | 14 | A7 | 60 | 29 |
| Octal | 4 | 315 | 241 | 142 | 0 | 25 | 24 | 247 | 140 | 51 |
| Binary | 100 | 11001101 | 10100001 | 1100010 | 0 | 10101 | 10100 | 10100111 | 1100000 | 101001 |
Color Harmonies of #04CDA1
Complementary color
Monochromatic Colors of #04CDA1
Black with #04CDA1
Text Example
Text Example
White with #04CDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CDA1; }
p { color: rgb(4,205,161); }
H1.HeaderClassName
{
color: #04CDA1;
}
.AnyTagClassName
{
color: #04CDA1;
}
</style>
background-color css
<style>
a { background-color: #04CDA1; }
a { background-color: rgb(4,205,161); }
div.DivClassName
{
background-color: #04CDA1;
}
.BgClassName
{
background-color: #04CDA1;
}
</style>
border-color css
<style>
span { border-color: #04CDA1; }
span { border-color: rgb(4,205,161); }
td.TdClassName
{
border-color: #04CDA1;
}
.TagClassName
{
border-color: #04CDA1;
}
</style>