Shades of Caribbean Green #04C69A
Tints of Caribbean Green #04C69A
RGB
CMYK
RGB Variations
Color information
#04C69A (or 0x04C69A) is known color: Caribbean Green. HEX triplet: 04, C6 and 9A. RGB value is (4,198,154). Sum of RGB (Red+Green+Blue) = 4+198+154=356 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #04C69A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C69A is #FB3965. Grayscale: #868686. Windows color (decimal): -16464230 or 10143236. OLE color: 10143236.
HSL color Cylindrical-coordinate representation of color #04C69A: hue angle of 166.39º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C69A is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 198 | 154 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.22 |
| HSL | 166.39º | 0.96% | 0.4% | - |
| HSV(B) | 166.39º | 0.98% | 0.78% | - |
| XYZ | 26.08 | 42.75 | 37.45 | - |
| YUV | 134.98 | 138.73 | 34.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 198 | 154 | 0.98 | 0 | 0.22 | 0.22 | 166.39 | 0.96 | 0.4 |
| Hex | 4 | C6 | 9A | 62 | 0 | 16 | 16 | A6 | 60 | 28 |
| Octal | 4 | 306 | 232 | 142 | 0 | 26 | 26 | 246 | 140 | 50 |
| Binary | 100 | 11000110 | 10011010 | 1100010 | 0 | 10110 | 10110 | 10100110 | 1100000 | 101000 |
Color Harmonies of #04C69A
Complementary color
Monochromatic Colors of #04C69A
Black with #04C69A
Text Example
Text Example
White with #04C69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C69A; }
p { color: rgb(4,198,154); }
H1.HeaderClassName
{
color: #04C69A;
}
.AnyTagClassName
{
color: #04C69A;
}
</style>
background-color css
<style>
a { background-color: #04C69A; }
a { background-color: rgb(4,198,154); }
div.DivClassName
{
background-color: #04C69A;
}
.BgClassName
{
background-color: #04C69A;
}
</style>
border-color css
<style>
span { border-color: #04C69A; }
span { border-color: rgb(4,198,154); }
td.TdClassName
{
border-color: #04C69A;
}
.TagClassName
{
border-color: #04C69A;
}
</style>