Shades of Caribbean Green #04BFAF
Tints of Caribbean Green #04BFAF
RGB
CMYK
RGB Variations
Color information
#04BFAF (or 0x04BFAF) is known color: Caribbean Green. HEX triplet: 04, BF and AF. RGB value is (4,191,175). Sum of RGB (Red+Green+Blue) = 4+191+175=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #04BFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BFAF is #FB4050. Grayscale: #858585. Windows color (decimal): -16466001 or 11517700. OLE color: 11517700.
HSL color Cylindrical-coordinate representation of color #04BFAF: hue angle of 174.87º 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 #04BFAF is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 191 | 175 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.25 |
| HSL | 174.87º | 0.96% | 0.38% | - |
| HSV(B) | 174.87º | 0.98% | 0.75% | - |
| XYZ | 26.42 | 40.38 | 46.96 | - |
| YUV | 133.26 | 151.55 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 175 | 0.98 | 0 | 0.08 | 0.25 | 174.87 | 0.96 | 0.38 |
| Hex | 4 | BF | AF | 62 | 0 | 8 | 19 | AF | 60 | 26 |
| Octal | 4 | 277 | 257 | 142 | 0 | 10 | 31 | 257 | 140 | 46 |
| Binary | 100 | 10111111 | 10101111 | 1100010 | 0 | 1000 | 11001 | 10101111 | 1100000 | 100110 |
Color Harmonies of #04BFAF
Complementary color
Monochromatic Colors of #04BFAF
Black with #04BFAF
Text Example
Text Example
White with #04BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BFAF; }
p { color: rgb(4,191,175); }
H1.HeaderClassName
{
color: #04BFAF;
}
.AnyTagClassName
{
color: #04BFAF;
}
</style>
background-color css
<style>
a { background-color: #04BFAF; }
a { background-color: rgb(4,191,175); }
div.DivClassName
{
background-color: #04BFAF;
}
.BgClassName
{
background-color: #04BFAF;
}
</style>
border-color css
<style>
span { border-color: #04BFAF; }
span { border-color: rgb(4,191,175); }
td.TdClassName
{
border-color: #04BFAF;
}
.TagClassName
{
border-color: #04BFAF;
}
</style>