Shades of Caribbean Green #04CDAB
Tints of Caribbean Green #04CDAB
RGB
CMYK
RGB Variations
Color information
#04CDAB (or 0x04CDAB) is known color: Caribbean Green. HEX triplet: 04, CD and AB. RGB value is (4,205,171). Sum of RGB (Red+Green+Blue) = 4+205+171=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 205 (80.47% from 255 or 53.95% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 205 - color contains mainly: green. Hex color #04CDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CDAB is #FB3254. Grayscale: #8C8C8C. Windows color (decimal): -16462421 or 11259140. OLE color: 11259140.
HSL color Cylindrical-coordinate representation of color #04CDAB: hue angle of 169.85º 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 #04CDAB is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 205 | 171 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.20 |
| HSL | 169.85º | 0.96% | 0.41% | - |
| HSV(B) | 169.85º | 0.98% | 0.8% | - |
| XYZ | 29.23 | 46.63 | 45.99 | - |
| YUV | 141.03 | 144.91 | 30.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 205 | 171 | 0.98 | 0 | 0.17 | 0.20 | 169.85 | 0.96 | 0.41 |
| Hex | 4 | CD | AB | 62 | 0 | 11 | 14 | AA | 60 | 29 |
| Octal | 4 | 315 | 253 | 142 | 0 | 21 | 24 | 252 | 140 | 51 |
| Binary | 100 | 11001101 | 10101011 | 1100010 | 0 | 10001 | 10100 | 10101010 | 1100000 | 101001 |
Color Harmonies of #04CDAB
Complementary color
Monochromatic Colors of #04CDAB
Black with #04CDAB
Text Example
Text Example
White with #04CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CDAB; }
p { color: rgb(4,205,171); }
H1.HeaderClassName
{
color: #04CDAB;
}
.AnyTagClassName
{
color: #04CDAB;
}
</style>
background-color css
<style>
a { background-color: #04CDAB; }
a { background-color: rgb(4,205,171); }
div.DivClassName
{
background-color: #04CDAB;
}
.BgClassName
{
background-color: #04CDAB;
}
</style>
border-color css
<style>
span { border-color: #04CDAB; }
span { border-color: rgb(4,205,171); }
td.TdClassName
{
border-color: #04CDAB;
}
.TagClassName
{
border-color: #04CDAB;
}
</style>