Shades of Caribbean Green #00BD9F
Tints of Caribbean Green #00BD9F
RGB
CMYK
RGB Variations
Color information
#00BD9F (or 0x00BD9F) is known color: Caribbean Green. HEX triplet: 00, BD and 9F. RGB value is (0,189,159). Sum of RGB (Red+Green+Blue) = 0+189+159=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BD9F is #FF4260. Grayscale: #818181. Windows color (decimal): -16728673 or 10468608. OLE color: 10468608.
HSL color Cylindrical-coordinate representation of color #00BD9F: hue angle of 170.48º 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 #00BD9F is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 159 | - |
| CMYK | 1 | 0 | 0.16 | 0.26 |
| HSL | 170.48º | 1% | 0.37% | - |
| HSV(B) | 170.48º | 1% | 0.74% | - |
| XYZ | 24.46 | 38.9 | 39.02 | - |
| YUV | 129.07 | 144.88 | 35.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 159 | 1 | 0 | 0.16 | 0.26 | 170.48 | 1 | 0.37 |
| Hex | 0 | BD | 9F | 64 | 0 | 10 | 1A | AA | 64 | 25 |
| Octal | 0 | 275 | 237 | 144 | 0 | 20 | 32 | 252 | 144 | 45 |
| Binary | 0 | 10111101 | 10011111 | 1100100 | 0 | 10000 | 11010 | 10101010 | 1100100 | 100101 |
Color Harmonies of #00BD9F
Complementary color
Monochromatic Colors of #00BD9F
Black with #00BD9F
Text Example
Text Example
White with #00BD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BD9F; }
p { color: rgb(0,189,159); }
H1.HeaderClassName
{
color: #00BD9F;
}
.AnyTagClassName
{
color: #00BD9F;
}
</style>
background-color css
<style>
a { background-color: #00BD9F; }
a { background-color: rgb(0,189,159); }
div.DivClassName
{
background-color: #00BD9F;
}
.BgClassName
{
background-color: #00BD9F;
}
</style>
border-color css
<style>
span { border-color: #00BD9F; }
span { border-color: rgb(0,189,159); }
td.TdClassName
{
border-color: #00BD9F;
}
.TagClassName
{
border-color: #00BD9F;
}
</style>