Shades of Caribbean Green #00BF9A
Tints of Caribbean Green #00BF9A
RGB
CMYK
RGB Variations
Color information
#00BF9A (or 0x00BF9A) is known color: Caribbean Green. HEX triplet: 00, BF and 9A. RGB value is (0,191,154). Sum of RGB (Red+Green+Blue) = 0+191+154=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BF9A is #FF4065. Grayscale: #818181. Windows color (decimal): -16728166 or 10141440. OLE color: 10141440.
HSL color Cylindrical-coordinate representation of color #00BF9A: hue angle of 168.38º 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 #00BF9A is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 191 | 154 | - |
| CMYK | 1 | 0 | 0.19 | 0.25 |
| HSL | 168.38º | 1% | 0.37% | - |
| HSV(B) | 168.38º | 1% | 0.75% | - |
| XYZ | 24.46 | 39.59 | 36.93 | - |
| YUV | 129.67 | 141.72 | 35.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 154 | 1 | 0 | 0.19 | 0.25 | 168.38 | 1 | 0.37 |
| Hex | 0 | BF | 9A | 64 | 0 | 13 | 19 | A8 | 64 | 25 |
| Octal | 0 | 277 | 232 | 144 | 0 | 23 | 31 | 250 | 144 | 45 |
| Binary | 0 | 10111111 | 10011010 | 1100100 | 0 | 10011 | 11001 | 10101000 | 1100100 | 100101 |
Color Harmonies of #00BF9A
Complementary color
Monochromatic Colors of #00BF9A
Black with #00BF9A
Text Example
Text Example
White with #00BF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BF9A; }
p { color: rgb(0,191,154); }
H1.HeaderClassName
{
color: #00BF9A;
}
.AnyTagClassName
{
color: #00BF9A;
}
</style>
background-color css
<style>
a { background-color: #00BF9A; }
a { background-color: rgb(0,191,154); }
div.DivClassName
{
background-color: #00BF9A;
}
.BgClassName
{
background-color: #00BF9A;
}
</style>
border-color css
<style>
span { border-color: #00BF9A; }
span { border-color: rgb(0,191,154); }
td.TdClassName
{
border-color: #00BF9A;
}
.TagClassName
{
border-color: #00BF9A;
}
</style>