Shades of Caribbean Green #04BEA0
Tints of Caribbean Green #04BEA0
RGB
CMYK
RGB Variations
Color information
#04BEA0 (or 0x04BEA0) is known color: Caribbean Green. HEX triplet: 04, BE and A0. RGB value is (4,190,160). Sum of RGB (Red+Green+Blue) = 4+190+160=354 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 354); Green value is 190 (74.61% from 255 or 53.67% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 190 - color contains mainly: green. Hex color #04BEA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BEA0 is #FB415F. Grayscale: #828282. Windows color (decimal): -16466272 or 10534404. OLE color: 10534404.
HSL color Cylindrical-coordinate representation of color #04BEA0: hue angle of 170.32º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BEA0 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 190 | 160 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.25 |
| HSL | 170.32º | 0.96% | 0.38% | - |
| HSV(B) | 170.32º | 0.98% | 0.75% | - |
| XYZ | 24.81 | 39.39 | 39.55 | - |
| YUV | 130.97 | 144.38 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 160 | 0.98 | 0 | 0.16 | 0.25 | 170.32 | 0.96 | 0.38 |
| Hex | 4 | BE | A0 | 62 | 0 | 10 | 19 | AA | 60 | 26 |
| Octal | 4 | 276 | 240 | 142 | 0 | 20 | 31 | 252 | 140 | 46 |
| Binary | 100 | 10111110 | 10100000 | 1100010 | 0 | 10000 | 11001 | 10101010 | 1100000 | 100110 |
Color Harmonies of #04BEA0
Complementary color
Monochromatic Colors of #04BEA0
Black with #04BEA0
Text Example
Text Example
White with #04BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BEA0; }
p { color: rgb(4,190,160); }
H1.HeaderClassName
{
color: #04BEA0;
}
.AnyTagClassName
{
color: #04BEA0;
}
</style>
background-color css
<style>
a { background-color: #04BEA0; }
a { background-color: rgb(4,190,160); }
div.DivClassName
{
background-color: #04BEA0;
}
.BgClassName
{
background-color: #04BEA0;
}
</style>
border-color css
<style>
span { border-color: #04BEA0; }
span { border-color: rgb(4,190,160); }
td.TdClassName
{
border-color: #04BEA0;
}
.TagClassName
{
border-color: #04BEA0;
}
</style>