Shades of Caribbean Green #04CE8B
Tints of Caribbean Green #04CE8B
RGB
CMYK
RGB Variations
Color information
#04CE8B (or 0x04CE8B) is known color: Caribbean Green. HEX triplet: 04, CE and 8B. RGB value is (4,206,139). Sum of RGB (Red+Green+Blue) = 4+206+139=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 206 (80.86% from 255 or 59.03% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 206 - color contains mainly: green. Hex color #04CE8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CE8B is #FB3174. Grayscale: #8A8A8A. Windows color (decimal): -16462197 or 9162244. OLE color: 9162244.
HSL color Cylindrical-coordinate representation of color #04CE8B: hue angle of 160.1º 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 #04CE8B is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 206 | 139 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.19 |
| HSL | 160.1º | 0.96% | 0.41% | - |
| HSV(B) | 160.1º | 0.98% | 0.81% | - |
| XYZ | 26.78 | 46.03 | 31.9 | - |
| YUV | 137.96 | 128.58 | 32.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 206 | 139 | 0.98 | 0 | 0.33 | 0.19 | 160.1 | 0.96 | 0.41 |
| Hex | 4 | CE | 8B | 62 | 0 | 21 | 13 | A0 | 60 | 29 |
| Octal | 4 | 316 | 213 | 142 | 0 | 41 | 23 | 240 | 140 | 51 |
| Binary | 100 | 11001110 | 10001011 | 1100010 | 0 | 100001 | 10011 | 10100000 | 1100000 | 101001 |
Color Harmonies of #04CE8B
Complementary color
Monochromatic Colors of #04CE8B
Black with #04CE8B
Text Example
Text Example
White with #04CE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CE8B; }
p { color: rgb(4,206,139); }
H1.HeaderClassName
{
color: #04CE8B;
}
.AnyTagClassName
{
color: #04CE8B;
}
</style>
background-color css
<style>
a { background-color: #04CE8B; }
a { background-color: rgb(4,206,139); }
div.DivClassName
{
background-color: #04CE8B;
}
.BgClassName
{
background-color: #04CE8B;
}
</style>
border-color css
<style>
span { border-color: #04CE8B; }
span { border-color: rgb(4,206,139); }
td.TdClassName
{
border-color: #04CE8B;
}
.TagClassName
{
border-color: #04CE8B;
}
</style>