Shades of Caribbean Green #05BFAF
Tints of Caribbean Green #05BFAF
RGB
CMYK
RGB Variations
Color information
#05BFAF (or 0x05BFAF) is known color: Caribbean Green. HEX triplet: 05, BF and AF. RGB value is (5,191,175). Sum of RGB (Red+Green+Blue) = 5+191+175=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #05BFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BFAF is #FA4050. Grayscale: #858585. Windows color (decimal): -16400465 or 11517701. OLE color: 11517701.
HSL color Cylindrical-coordinate representation of color #05BFAF: hue angle of 174.84º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BFAF is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 191 | 175 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.25 |
| HSL | 174.84º | 0.95% | 0.38% | - |
| HSV(B) | 174.84º | 0.97% | 0.75% | - |
| XYZ | 26.43 | 40.39 | 46.96 | - |
| YUV | 133.56 | 151.38 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 191 | 175 | 0.97 | 0 | 0.08 | 0.25 | 174.84 | 0.95 | 0.38 |
| Hex | 5 | BF | AF | 61 | 0 | 8 | 19 | AF | 5F | 26 |
| Octal | 5 | 277 | 257 | 141 | 0 | 10 | 31 | 257 | 137 | 46 |
| Binary | 101 | 10111111 | 10101111 | 1100001 | 0 | 1000 | 11001 | 10101111 | 1011111 | 100110 |
Color Harmonies of #05BFAF
Complementary color
Monochromatic Colors of #05BFAF
Black with #05BFAF
Text Example
Text Example
White with #05BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BFAF; }
p { color: rgb(5,191,175); }
H1.HeaderClassName
{
color: #05BFAF;
}
.AnyTagClassName
{
color: #05BFAF;
}
</style>
background-color css
<style>
a { background-color: #05BFAF; }
a { background-color: rgb(5,191,175); }
div.DivClassName
{
background-color: #05BFAF;
}
.BgClassName
{
background-color: #05BFAF;
}
</style>
border-color css
<style>
span { border-color: #05BFAF; }
span { border-color: rgb(5,191,175); }
td.TdClassName
{
border-color: #05BFAF;
}
.TagClassName
{
border-color: #05BFAF;
}
</style>