Shades of Caribbean Green #04C28B
Tints of Caribbean Green #04C28B
RGB
CMYK
RGB Variations
Color information
#04C28B (or 0x04C28B) is known color: Caribbean Green. HEX triplet: 04, C2 and 8B. RGB value is (4,194,139). Sum of RGB (Red+Green+Blue) = 4+194+139=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #04C28B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C28B is #FB3D74. Grayscale: #828282. Windows color (decimal): -16465269 or 9159172. OLE color: 9159172.
HSL color Cylindrical-coordinate representation of color #04C28B: hue angle of 162.63º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C28B is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 194 | 139 | - |
| CMYK | 0.98 | 0 | 0.28 | 0.24 |
| HSL | 162.63º | 0.96% | 0.39% | - |
| HSV(B) | 162.63º | 0.98% | 0.76% | - |
| XYZ | 24 | 40.47 | 30.97 | - |
| YUV | 130.92 | 132.55 | 37.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 139 | 0.98 | 0 | 0.28 | 0.24 | 162.63 | 0.96 | 0.39 |
| Hex | 4 | C2 | 8B | 62 | 0 | 1C | 18 | A3 | 60 | 27 |
| Octal | 4 | 302 | 213 | 142 | 0 | 34 | 30 | 243 | 140 | 47 |
| Binary | 100 | 11000010 | 10001011 | 1100010 | 0 | 11100 | 11000 | 10100011 | 1100000 | 100111 |
Color Harmonies of #04C28B
Complementary color
Monochromatic Colors of #04C28B
Black with #04C28B
Text Example
Text Example
White with #04C28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C28B; }
p { color: rgb(4,194,139); }
H1.HeaderClassName
{
color: #04C28B;
}
.AnyTagClassName
{
color: #04C28B;
}
</style>
background-color css
<style>
a { background-color: #04C28B; }
a { background-color: rgb(4,194,139); }
div.DivClassName
{
background-color: #04C28B;
}
.BgClassName
{
background-color: #04C28B;
}
</style>
border-color css
<style>
span { border-color: #04C28B; }
span { border-color: rgb(4,194,139); }
td.TdClassName
{
border-color: #04C28B;
}
.TagClassName
{
border-color: #04C28B;
}
</style>