Shades of Caribbean Green #04BFAA
Tints of Caribbean Green #04BFAA
RGB
CMYK
RGB Variations
Color information
#04BFAA (or 0x04BFAA) is known color: Caribbean Green. HEX triplet: 04, BF and AA. RGB value is (4,191,170). Sum of RGB (Red+Green+Blue) = 4+191+170=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #04BFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BFAA is #FB4055. Grayscale: #848484. Windows color (decimal): -16466006 or 11190020. OLE color: 11190020.
HSL color Cylindrical-coordinate representation of color #04BFAA: hue angle of 173.26º 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 #04BFAA is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 191 | 170 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.25 |
| HSL | 173.26º | 0.96% | 0.38% | - |
| HSV(B) | 173.26º | 0.98% | 0.75% | - |
| XYZ | 25.94 | 40.19 | 44.42 | - |
| YUV | 132.69 | 149.05 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 170 | 0.98 | 0 | 0.11 | 0.25 | 173.26 | 0.96 | 0.38 |
| Hex | 4 | BF | AA | 62 | 0 | B | 19 | AD | 60 | 26 |
| Octal | 4 | 277 | 252 | 142 | 0 | 13 | 31 | 255 | 140 | 46 |
| Binary | 100 | 10111111 | 10101010 | 1100010 | 0 | 1011 | 11001 | 10101101 | 1100000 | 100110 |
Color Harmonies of #04BFAA
Complementary color
Monochromatic Colors of #04BFAA
Black with #04BFAA
Text Example
Text Example
White with #04BFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BFAA; }
p { color: rgb(4,191,170); }
H1.HeaderClassName
{
color: #04BFAA;
}
.AnyTagClassName
{
color: #04BFAA;
}
</style>
background-color css
<style>
a { background-color: #04BFAA; }
a { background-color: rgb(4,191,170); }
div.DivClassName
{
background-color: #04BFAA;
}
.BgClassName
{
background-color: #04BFAA;
}
</style>
border-color css
<style>
span { border-color: #04BFAA; }
span { border-color: rgb(4,191,170); }
td.TdClassName
{
border-color: #04BFAA;
}
.TagClassName
{
border-color: #04BFAA;
}
</style>