Shades of Caribbean Green #00BD91
Tints of Caribbean Green #00BD91
RGB
CMYK
RGB Variations
Color information
#00BD91 (or 0x00BD91) is known color: Caribbean Green. HEX triplet: 00, BD and 91. RGB value is (0,189,145). Sum of RGB (Red+Green+Blue) = 0+189+145=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BD91 is #FF426E. Grayscale: #7F7F7F. Windows color (decimal): -16728687 or 9551104. OLE color: 9551104.
HSL color Cylindrical-coordinate representation of color #00BD91: hue angle of 166.03º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BD91 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 145 | - |
| CMYK | 1 | 0 | 0.23 | 0.26 |
| HSL | 166.03º | 1% | 0.37% | - |
| HSV(B) | 166.03º | 1% | 0.74% | - |
| XYZ | 23.31 | 38.44 | 32.98 | - |
| YUV | 127.47 | 137.88 | 37.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 145 | 1 | 0 | 0.23 | 0.26 | 166.03 | 1 | 0.37 |
| Hex | 0 | BD | 91 | 64 | 0 | 17 | 1A | A6 | 64 | 25 |
| Octal | 0 | 275 | 221 | 144 | 0 | 27 | 32 | 246 | 144 | 45 |
| Binary | 0 | 10111101 | 10010001 | 1100100 | 0 | 10111 | 11010 | 10100110 | 1100100 | 100101 |
Color Harmonies of #00BD91
Complementary color
Monochromatic Colors of #00BD91
Black with #00BD91
Text Example
Text Example
White with #00BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BD91; }
p { color: rgb(0,189,145); }
H1.HeaderClassName
{
color: #00BD91;
}
.AnyTagClassName
{
color: #00BD91;
}
</style>
background-color css
<style>
a { background-color: #00BD91; }
a { background-color: rgb(0,189,145); }
div.DivClassName
{
background-color: #00BD91;
}
.BgClassName
{
background-color: #00BD91;
}
</style>
border-color css
<style>
span { border-color: #00BD91; }
span { border-color: rgb(0,189,145); }
td.TdClassName
{
border-color: #00BD91;
}
.TagClassName
{
border-color: #00BD91;
}
</style>