Shades of Caribbean Green #04BFA6
Tints of Caribbean Green #04BFA6
RGB
CMYK
RGB Variations
Color information
#04BFA6 (or 0x04BFA6) is known color: Caribbean Green. HEX triplet: 04, BF and A6. RGB value is (4,191,166). Sum of RGB (Red+Green+Blue) = 4+191+166=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 191 (75% from 255 or 52.91% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 191 - color contains mainly: green. Hex color #04BFA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BFA6 is #FB4059. Grayscale: #848484. Windows color (decimal): -16466010 or 10927876. OLE color: 10927876.
HSL color Cylindrical-coordinate representation of color #04BFA6: hue angle of 171.98º 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 #04BFA6 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 191 | 166 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.25 |
| HSL | 171.98º | 0.96% | 0.38% | - |
| HSV(B) | 171.98º | 0.98% | 0.75% | - |
| XYZ | 25.56 | 40.04 | 42.46 | - |
| YUV | 132.24 | 147.05 | 36.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 166 | 0.98 | 0 | 0.13 | 0.25 | 171.98 | 0.96 | 0.38 |
| Hex | 4 | BF | A6 | 62 | 0 | D | 19 | AC | 60 | 26 |
| Octal | 4 | 277 | 246 | 142 | 0 | 15 | 31 | 254 | 140 | 46 |
| Binary | 100 | 10111111 | 10100110 | 1100010 | 0 | 1101 | 11001 | 10101100 | 1100000 | 100110 |
Color Harmonies of #04BFA6
Complementary color
Monochromatic Colors of #04BFA6
Black with #04BFA6
Text Example
Text Example
White with #04BFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BFA6; }
p { color: rgb(4,191,166); }
H1.HeaderClassName
{
color: #04BFA6;
}
.AnyTagClassName
{
color: #04BFA6;
}
</style>
background-color css
<style>
a { background-color: #04BFA6; }
a { background-color: rgb(4,191,166); }
div.DivClassName
{
background-color: #04BFA6;
}
.BgClassName
{
background-color: #04BFA6;
}
</style>
border-color css
<style>
span { border-color: #04BFA6; }
span { border-color: rgb(4,191,166); }
td.TdClassName
{
border-color: #04BFA6;
}
.TagClassName
{
border-color: #04BFA6;
}
</style>