Shades of Caribbean Green #00BFAF
Tints of Caribbean Green #00BFAF
RGB
CMYK
RGB Variations
Color information
#00BFAF (or 0x00BFAF) is known color: Caribbean Green. HEX triplet: 00, BF and AF. RGB value is (0,191,175). Sum of RGB (Red+Green+Blue) = 0+191+175=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #00BFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BFAF is #FF4050. Grayscale: #838383. Windows color (decimal): -16728145 or 11517696. OLE color: 11517696.
HSL color Cylindrical-coordinate representation of color #00BFAF: hue angle of 174.97º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFAF is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 191 | 175 | - |
| CMYK | 1 | 0 | 0.08 | 0.25 |
| HSL | 174.97º | 1% | 0.37% | - |
| HSV(B) | 174.97º | 1% | 0.75% | - |
| XYZ | 26.37 | 40.36 | 46.96 | - |
| YUV | 132.07 | 152.22 | 33.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 175 | 1 | 0 | 0.08 | 0.25 | 174.97 | 1 | 0.37 |
| Hex | 0 | BF | AF | 64 | 0 | 8 | 19 | AF | 64 | 25 |
| Octal | 0 | 277 | 257 | 144 | 0 | 10 | 31 | 257 | 144 | 45 |
| Binary | 0 | 10111111 | 10101111 | 1100100 | 0 | 1000 | 11001 | 10101111 | 1100100 | 100101 |
Color Harmonies of #00BFAF
Complementary color
Monochromatic Colors of #00BFAF
Black with #00BFAF
Text Example
Text Example
White with #00BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFAF; }
p { color: rgb(0,191,175); }
H1.HeaderClassName
{
color: #00BFAF;
}
.AnyTagClassName
{
color: #00BFAF;
}
</style>
background-color css
<style>
a { background-color: #00BFAF; }
a { background-color: rgb(0,191,175); }
div.DivClassName
{
background-color: #00BFAF;
}
.BgClassName
{
background-color: #00BFAF;
}
</style>
border-color css
<style>
span { border-color: #00BFAF; }
span { border-color: rgb(0,191,175); }
td.TdClassName
{
border-color: #00BFAF;
}
.TagClassName
{
border-color: #00BFAF;
}
</style>