Shades of Caribbean Green #00BF94
Tints of Caribbean Green #00BF94
RGB
CMYK
RGB Variations
Color information
#00BF94 (or 0x00BF94) is known color: Caribbean Green. HEX triplet: 00, BF and 94. RGB value is (0,191,148). Sum of RGB (Red+Green+Blue) = 0+191+148=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 191 (75% from 255 or 56.34% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BF94 is #FF406B. Grayscale: #808080. Windows color (decimal): -16728172 or 9748224. OLE color: 9748224.
HSL color Cylindrical-coordinate representation of color #00BF94: hue angle of 166.49º 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 #00BF94 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 191 | 148 | - |
| CMYK | 1 | 0 | 0.23 | 0.25 |
| HSL | 166.49º | 1% | 0.37% | - |
| HSV(B) | 166.49º | 1% | 0.75% | - |
| XYZ | 23.98 | 39.4 | 34.36 | - |
| YUV | 128.99 | 138.72 | 36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 148 | 1 | 0 | 0.23 | 0.25 | 166.49 | 1 | 0.37 |
| Hex | 0 | BF | 94 | 64 | 0 | 17 | 19 | A6 | 64 | 25 |
| Octal | 0 | 277 | 224 | 144 | 0 | 27 | 31 | 246 | 144 | 45 |
| Binary | 0 | 10111111 | 10010100 | 1100100 | 0 | 10111 | 11001 | 10100110 | 1100100 | 100101 |
Color Harmonies of #00BF94
Complementary color
Monochromatic Colors of #00BF94
Black with #00BF94
Text Example
Text Example
White with #00BF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BF94; }
p { color: rgb(0,191,148); }
H1.HeaderClassName
{
color: #00BF94;
}
.AnyTagClassName
{
color: #00BF94;
}
</style>
background-color css
<style>
a { background-color: #00BF94; }
a { background-color: rgb(0,191,148); }
div.DivClassName
{
background-color: #00BF94;
}
.BgClassName
{
background-color: #00BF94;
}
</style>
border-color css
<style>
span { border-color: #00BF94; }
span { border-color: rgb(0,191,148); }
td.TdClassName
{
border-color: #00BF94;
}
.TagClassName
{
border-color: #00BF94;
}
</style>