Shades of Caribbean Green #04C1A1
Tints of Caribbean Green #04C1A1
RGB
CMYK
RGB Variations
Color information
#04C1A1 (or 0x04C1A1) is known color: Caribbean Green. HEX triplet: 04, C1 and A1. RGB value is (4,193,161). Sum of RGB (Red+Green+Blue) = 4+193+161=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #04C1A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C1A1 is #FB3E5E. Grayscale: #848484. Windows color (decimal): -16465503 or 10600708. OLE color: 10600708.
HSL color Cylindrical-coordinate representation of color #04C1A1: hue angle of 169.84º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C1A1 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 193 | 161 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.24 |
| HSL | 169.84º | 0.96% | 0.39% | - |
| HSV(B) | 169.84º | 0.98% | 0.76% | - |
| XYZ | 25.55 | 40.74 | 40.23 | - |
| YUV | 132.84 | 143.88 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 193 | 161 | 0.98 | 0 | 0.17 | 0.24 | 169.84 | 0.96 | 0.39 |
| Hex | 4 | C1 | A1 | 62 | 0 | 11 | 18 | AA | 60 | 27 |
| Octal | 4 | 301 | 241 | 142 | 0 | 21 | 30 | 252 | 140 | 47 |
| Binary | 100 | 11000001 | 10100001 | 1100010 | 0 | 10001 | 11000 | 10101010 | 1100000 | 100111 |
Color Harmonies of #04C1A1
Complementary color
Monochromatic Colors of #04C1A1
Black with #04C1A1
Text Example
Text Example
White with #04C1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C1A1; }
p { color: rgb(4,193,161); }
H1.HeaderClassName
{
color: #04C1A1;
}
.AnyTagClassName
{
color: #04C1A1;
}
</style>
background-color css
<style>
a { background-color: #04C1A1; }
a { background-color: rgb(4,193,161); }
div.DivClassName
{
background-color: #04C1A1;
}
.BgClassName
{
background-color: #04C1A1;
}
</style>
border-color css
<style>
span { border-color: #04C1A1; }
span { border-color: rgb(4,193,161); }
td.TdClassName
{
border-color: #04C1A1;
}
.TagClassName
{
border-color: #04C1A1;
}
</style>