Shades of Caribbean Green #00BFAC
Tints of Caribbean Green #00BFAC
RGB
CMYK
RGB Variations
Color information
#00BFAC (or 0x00BFAC) is known color: Caribbean Green. HEX triplet: 00, BF and AC. RGB value is (0,191,172). Sum of RGB (Red+Green+Blue) = 0+191+172=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #00BFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BFAC is #FF4053. Grayscale: #838383. Windows color (decimal): -16728148 or 11321088. OLE color: 11321088.
HSL color Cylindrical-coordinate representation of color #00BFAC: hue angle of 174.03º 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 #00BFAC is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 191 | 172 | - |
| CMYK | 1 | 0 | 0.10 | 0.25 |
| HSL | 174.03º | 1% | 0.37% | - |
| HSV(B) | 174.03º | 1% | 0.75% | - |
| XYZ | 26.08 | 40.24 | 45.42 | - |
| YUV | 131.73 | 150.72 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 172 | 1 | 0 | 0.10 | 0.25 | 174.03 | 1 | 0.37 |
| Hex | 0 | BF | AC | 64 | 0 | A | 19 | AE | 64 | 25 |
| Octal | 0 | 277 | 254 | 144 | 0 | 12 | 31 | 256 | 144 | 45 |
| Binary | 0 | 10111111 | 10101100 | 1100100 | 0 | 1010 | 11001 | 10101110 | 1100100 | 100101 |
Color Harmonies of #00BFAC
Complementary color
Monochromatic Colors of #00BFAC
Black with #00BFAC
Text Example
Text Example
White with #00BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFAC; }
p { color: rgb(0,191,172); }
H1.HeaderClassName
{
color: #00BFAC;
}
.AnyTagClassName
{
color: #00BFAC;
}
</style>
background-color css
<style>
a { background-color: #00BFAC; }
a { background-color: rgb(0,191,172); }
div.DivClassName
{
background-color: #00BFAC;
}
.BgClassName
{
background-color: #00BFAC;
}
</style>
border-color css
<style>
span { border-color: #00BFAC; }
span { border-color: rgb(0,191,172); }
td.TdClassName
{
border-color: #00BFAC;
}
.TagClassName
{
border-color: #00BFAC;
}
</style>