Shades of Caribbean Green #04CAB2
Tints of Caribbean Green #04CAB2
RGB
CMYK
RGB Variations
Color information
#04CAB2 (or 0x04CAB2) is known color: Caribbean Green. HEX triplet: 04, CA and B2. RGB value is (4,202,178). Sum of RGB (Red+Green+Blue) = 4+202+178=384 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #04CAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CAB2 is #FB354D. Grayscale: #8B8B8B. Windows color (decimal): -16463182 or 11717124. OLE color: 11717124.
HSL color Cylindrical-coordinate representation of color #04CAB2: hue angle of 172.73º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CAB2 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 202 | 178 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.21 |
| HSL | 172.73º | 0.96% | 0.4% | - |
| HSV(B) | 172.73º | 0.98% | 0.79% | - |
| XYZ | 29.21 | 45.48 | 49.36 | - |
| YUV | 140.06 | 149.4 | 30.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 202 | 178 | 0.98 | 0 | 0.12 | 0.21 | 172.73 | 0.96 | 0.4 |
| Hex | 4 | CA | B2 | 62 | 0 | C | 15 | AD | 60 | 28 |
| Octal | 4 | 312 | 262 | 142 | 0 | 14 | 25 | 255 | 140 | 50 |
| Binary | 100 | 11001010 | 10110010 | 1100010 | 0 | 1100 | 10101 | 10101101 | 1100000 | 101000 |
Color Harmonies of #04CAB2
Complementary color
Monochromatic Colors of #04CAB2
Black with #04CAB2
Text Example
Text Example
White with #04CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CAB2; }
p { color: rgb(4,202,178); }
H1.HeaderClassName
{
color: #04CAB2;
}
.AnyTagClassName
{
color: #04CAB2;
}
</style>
background-color css
<style>
a { background-color: #04CAB2; }
a { background-color: rgb(4,202,178); }
div.DivClassName
{
background-color: #04CAB2;
}
.BgClassName
{
background-color: #04CAB2;
}
</style>
border-color css
<style>
span { border-color: #04CAB2; }
span { border-color: rgb(4,202,178); }
td.TdClassName
{
border-color: #04CAB2;
}
.TagClassName
{
border-color: #04CAB2;
}
</style>