Shades of Caribbean Green #04CF9C
Tints of Caribbean Green #04CF9C
RGB
CMYK
RGB Variations
Color information
#04CF9C (or 0x04CF9C) is known color: Caribbean Green. HEX triplet: 04, CF and 9C. RGB value is (4,207,156). Sum of RGB (Red+Green+Blue) = 4+207+156=367 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CF9C is #FB3063. Grayscale: #8C8C8C. Windows color (decimal): -16461924 or 10276612. OLE color: 10276612.
HSL color Cylindrical-coordinate representation of color #04CF9C: hue angle of 164.93º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CF9C is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 156 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.19 |
| HSL | 164.93º | 0.96% | 0.41% | - |
| HSV(B) | 164.93º | 0.98% | 0.81% | - |
| XYZ | 28.36 | 47.05 | 39.04 | - |
| YUV | 140.49 | 136.75 | 30.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 156 | 0.98 | 0 | 0.25 | 0.19 | 164.93 | 0.96 | 0.41 |
| Hex | 4 | CF | 9C | 62 | 0 | 19 | 13 | A5 | 60 | 29 |
| Octal | 4 | 317 | 234 | 142 | 0 | 31 | 23 | 245 | 140 | 51 |
| Binary | 100 | 11001111 | 10011100 | 1100010 | 0 | 11001 | 10011 | 10100101 | 1100000 | 101001 |
Color Harmonies of #04CF9C
Complementary color
Monochromatic Colors of #04CF9C
Black with #04CF9C
Text Example
Text Example
White with #04CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CF9C; }
p { color: rgb(4,207,156); }
H1.HeaderClassName
{
color: #04CF9C;
}
.AnyTagClassName
{
color: #04CF9C;
}
</style>
background-color css
<style>
a { background-color: #04CF9C; }
a { background-color: rgb(4,207,156); }
div.DivClassName
{
background-color: #04CF9C;
}
.BgClassName
{
background-color: #04CF9C;
}
</style>
border-color css
<style>
span { border-color: #04CF9C; }
span { border-color: rgb(4,207,156); }
td.TdClassName
{
border-color: #04CF9C;
}
.TagClassName
{
border-color: #04CF9C;
}
</style>