Shades of Caribbean Green #04CCAB
Tints of Caribbean Green #04CCAB
RGB
CMYK
RGB Variations
Color information
#04CCAB (or 0x04CCAB) is known color: Caribbean Green. HEX triplet: 04, CC and AB. RGB value is (4,204,171). Sum of RGB (Red+Green+Blue) = 4+204+171=379 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #04CCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CCAB is #FB3354. Grayscale: #8C8C8C. Windows color (decimal): -16462677 or 11258884. OLE color: 11258884.
HSL color Cylindrical-coordinate representation of color #04CCAB: hue angle of 170.1º 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 #04CCAB is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 204 | 171 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.2 |
| HSL | 170.1º | 0.96% | 0.41% | - |
| HSV(B) | 170.1º | 0.98% | 0.8% | - |
| XYZ | 28.99 | 46.15 | 45.91 | - |
| YUV | 140.44 | 145.24 | 30.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 171 | 0.98 | 0 | 0.16 | 0.2 | 170.1 | 0.96 | 0.41 |
| Hex | 4 | CC | AB | 62 | 0 | 10 | 14 | AA | 60 | 29 |
| Octal | 4 | 314 | 253 | 142 | 0 | 20 | 24 | 252 | 140 | 51 |
| Binary | 100 | 11001100 | 10101011 | 1100010 | 0 | 10000 | 10100 | 10101010 | 1100000 | 101001 |
Color Harmonies of #04CCAB
Complementary color
Monochromatic Colors of #04CCAB
Black with #04CCAB
Text Example
Text Example
White with #04CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CCAB; }
p { color: rgb(4,204,171); }
H1.HeaderClassName
{
color: #04CCAB;
}
.AnyTagClassName
{
color: #04CCAB;
}
</style>
background-color css
<style>
a { background-color: #04CCAB; }
a { background-color: rgb(4,204,171); }
div.DivClassName
{
background-color: #04CCAB;
}
.BgClassName
{
background-color: #04CCAB;
}
</style>
border-color css
<style>
span { border-color: #04CCAB; }
span { border-color: rgb(4,204,171); }
td.TdClassName
{
border-color: #04CCAB;
}
.TagClassName
{
border-color: #04CCAB;
}
</style>