Shades of Caribbean Green #04C5AC
Tints of Caribbean Green #04C5AC
RGB
CMYK
RGB Variations
Color information
#04C5AC (or 0x04C5AC) is known color: Caribbean Green. HEX triplet: 04, C5 and AC. RGB value is (4,197,172). Sum of RGB (Red+Green+Blue) = 4+197+172=373 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #04C5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C5AC is #FB3A53. Grayscale: #888888. Windows color (decimal): -16464468 or 11322628. OLE color: 11322628.
HSL color Cylindrical-coordinate representation of color #04C5AC: hue angle of 172.23º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C5AC is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 197 | 172 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.23 |
| HSL | 172.23º | 0.96% | 0.39% | - |
| HSV(B) | 172.23º | 0.98% | 0.77% | - |
| XYZ | 27.46 | 42.94 | 45.87 | - |
| YUV | 136.44 | 148.06 | 33.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 197 | 172 | 0.98 | 0 | 0.13 | 0.23 | 172.23 | 0.96 | 0.39 |
| Hex | 4 | C5 | AC | 62 | 0 | D | 17 | AC | 60 | 27 |
| Octal | 4 | 305 | 254 | 142 | 0 | 15 | 27 | 254 | 140 | 47 |
| Binary | 100 | 11000101 | 10101100 | 1100010 | 0 | 1101 | 10111 | 10101100 | 1100000 | 100111 |
Color Harmonies of #04C5AC
Complementary color
Monochromatic Colors of #04C5AC
Black with #04C5AC
Text Example
Text Example
White with #04C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C5AC; }
p { color: rgb(4,197,172); }
H1.HeaderClassName
{
color: #04C5AC;
}
.AnyTagClassName
{
color: #04C5AC;
}
</style>
background-color css
<style>
a { background-color: #04C5AC; }
a { background-color: rgb(4,197,172); }
div.DivClassName
{
background-color: #04C5AC;
}
.BgClassName
{
background-color: #04C5AC;
}
</style>
border-color css
<style>
span { border-color: #04C5AC; }
span { border-color: rgb(4,197,172); }
td.TdClassName
{
border-color: #04C5AC;
}
.TagClassName
{
border-color: #04C5AC;
}
</style>