Shades of Caribbean Green #04C9B0
Tints of Caribbean Green #04C9B0
RGB
CMYK
RGB Variations
Color information
#04C9B0 (or 0x04C9B0) is known color: Caribbean Green. HEX triplet: 04, C9 and B0. RGB value is (4,201,176). Sum of RGB (Red+Green+Blue) = 4+201+176=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 201 (78.91% from 255 or 52.76% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 201 - color contains mainly: green. Hex color #04C9B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C9B0 is #FB364F. Grayscale: #8B8B8B. Windows color (decimal): -16463440 or 11585796. OLE color: 11585796.
HSL color Cylindrical-coordinate representation of color #04C9B0: hue angle of 172.39º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C9B0 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 201 | 176 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.21 |
| HSL | 172.39º | 0.96% | 0.4% | - |
| HSV(B) | 172.39º | 0.98% | 0.79% | - |
| XYZ | 28.77 | 44.93 | 48.23 | - |
| YUV | 139.25 | 148.73 | 31.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 201 | 176 | 0.98 | 0 | 0.12 | 0.21 | 172.39 | 0.96 | 0.4 |
| Hex | 4 | C9 | B0 | 62 | 0 | C | 15 | AC | 60 | 28 |
| Octal | 4 | 311 | 260 | 142 | 0 | 14 | 25 | 254 | 140 | 50 |
| Binary | 100 | 11001001 | 10110000 | 1100010 | 0 | 1100 | 10101 | 10101100 | 1100000 | 101000 |
Color Harmonies of #04C9B0
Complementary color
Monochromatic Colors of #04C9B0
Black with #04C9B0
Text Example
Text Example
White with #04C9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C9B0; }
p { color: rgb(4,201,176); }
H1.HeaderClassName
{
color: #04C9B0;
}
.AnyTagClassName
{
color: #04C9B0;
}
</style>
background-color css
<style>
a { background-color: #04C9B0; }
a { background-color: rgb(4,201,176); }
div.DivClassName
{
background-color: #04C9B0;
}
.BgClassName
{
background-color: #04C9B0;
}
</style>
border-color css
<style>
span { border-color: #04C9B0; }
span { border-color: rgb(4,201,176); }
td.TdClassName
{
border-color: #04C9B0;
}
.TagClassName
{
border-color: #04C9B0;
}
</style>