Shades of Caribbean Green #04BEAC
Tints of Caribbean Green #04BEAC
RGB
CMYK
RGB Variations
Color information
#04BEAC (or 0x04BEAC) is known color: Caribbean Green. HEX triplet: 04, BE and AC. RGB value is (4,190,172). Sum of RGB (Red+Green+Blue) = 4+190+172=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 190 (74.61% from 255 or 51.91% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 190 - color contains mainly: green. Hex color #04BEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BEAC is #FB4153. Grayscale: #848484. Windows color (decimal): -16466260 or 11320836. OLE color: 11320836.
HSL color Cylindrical-coordinate representation of color #04BEAC: hue angle of 174.19º 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 #04BEAC is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 190 | 172 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.25 |
| HSL | 174.19º | 0.96% | 0.38% | - |
| HSV(B) | 174.19º | 0.98% | 0.75% | - |
| XYZ | 25.91 | 39.83 | 45.35 | - |
| YUV | 132.33 | 150.38 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 172 | 0.98 | 0 | 0.09 | 0.25 | 174.19 | 0.96 | 0.38 |
| Hex | 4 | BE | AC | 62 | 0 | 9 | 19 | AE | 60 | 26 |
| Octal | 4 | 276 | 254 | 142 | 0 | 11 | 31 | 256 | 140 | 46 |
| Binary | 100 | 10111110 | 10101100 | 1100010 | 0 | 1001 | 11001 | 10101110 | 1100000 | 100110 |
Color Harmonies of #04BEAC
Complementary color
Monochromatic Colors of #04BEAC
Black with #04BEAC
Text Example
Text Example
White with #04BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BEAC; }
p { color: rgb(4,190,172); }
H1.HeaderClassName
{
color: #04BEAC;
}
.AnyTagClassName
{
color: #04BEAC;
}
</style>
background-color css
<style>
a { background-color: #04BEAC; }
a { background-color: rgb(4,190,172); }
div.DivClassName
{
background-color: #04BEAC;
}
.BgClassName
{
background-color: #04BEAC;
}
</style>
border-color css
<style>
span { border-color: #04BEAC; }
span { border-color: rgb(4,190,172); }
td.TdClassName
{
border-color: #04BEAC;
}
.TagClassName
{
border-color: #04BEAC;
}
</style>