Shades of Caribbean Green #04CF9B
Tints of Caribbean Green #04CF9B
RGB
CMYK
RGB Variations
Color information
#04CF9B (or 0x04CF9B) is known color: Caribbean Green. HEX triplet: 04, CF and 9B. RGB value is (4,207,155). Sum of RGB (Red+Green+Blue) = 4+207+155=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CF9B is #FB3064. Grayscale: #8C8C8C. Windows color (decimal): -16461925 or 10211076. OLE color: 10211076.
HSL color Cylindrical-coordinate representation of color #04CF9B: hue angle of 164.63º 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 #04CF9B is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 155 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.19 |
| HSL | 164.63º | 0.96% | 0.41% | - |
| HSV(B) | 164.63º | 0.98% | 0.81% | - |
| XYZ | 28.28 | 47.02 | 38.6 | - |
| YUV | 140.38 | 136.25 | 30.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 155 | 0.98 | 0 | 0.25 | 0.19 | 164.63 | 0.96 | 0.41 |
| Hex | 4 | CF | 9B | 62 | 0 | 19 | 13 | A5 | 60 | 29 |
| Octal | 4 | 317 | 233 | 142 | 0 | 31 | 23 | 245 | 140 | 51 |
| Binary | 100 | 11001111 | 10011011 | 1100010 | 0 | 11001 | 10011 | 10100101 | 1100000 | 101001 |
Color Harmonies of #04CF9B
Complementary color
Monochromatic Colors of #04CF9B
Black with #04CF9B
Text Example
Text Example
White with #04CF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CF9B; }
p { color: rgb(4,207,155); }
H1.HeaderClassName
{
color: #04CF9B;
}
.AnyTagClassName
{
color: #04CF9B;
}
</style>
background-color css
<style>
a { background-color: #04CF9B; }
a { background-color: rgb(4,207,155); }
div.DivClassName
{
background-color: #04CF9B;
}
.BgClassName
{
background-color: #04CF9B;
}
</style>
border-color css
<style>
span { border-color: #04CF9B; }
span { border-color: rgb(4,207,155); }
td.TdClassName
{
border-color: #04CF9B;
}
.TagClassName
{
border-color: #04CF9B;
}
</style>