Shades of Caribbean Green #00BD8D
Tints of Caribbean Green #00BD8D
RGB
CMYK
RGB Variations
Color information
#00BD8D (or 0x00BD8D) is known color: Caribbean Green. HEX triplet: 00, BD and 8D. RGB value is (0,189,141). Sum of RGB (Red+Green+Blue) = 0+189+141=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BD8D is #FF4272. Grayscale: #7F7F7F. Windows color (decimal): -16728691 or 9288960. OLE color: 9288960.
HSL color Cylindrical-coordinate representation of color #00BD8D: hue angle of 164.76º 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 #00BD8D is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 141 | - |
| CMYK | 1 | 0 | 0.25 | 0.26 |
| HSL | 164.76º | 1% | 0.37% | - |
| HSV(B) | 164.76º | 1% | 0.74% | - |
| XYZ | 23.01 | 38.32 | 31.38 | - |
| YUV | 127.02 | 135.88 | 37.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 141 | 1 | 0 | 0.25 | 0.26 | 164.76 | 1 | 0.37 |
| Hex | 0 | BD | 8D | 64 | 0 | 19 | 1A | A5 | 64 | 25 |
| Octal | 0 | 275 | 215 | 144 | 0 | 31 | 32 | 245 | 144 | 45 |
| Binary | 0 | 10111101 | 10001101 | 1100100 | 0 | 11001 | 11010 | 10100101 | 1100100 | 100101 |
Color Harmonies of #00BD8D
Complementary color
Monochromatic Colors of #00BD8D
Black with #00BD8D
Text Example
Text Example
White with #00BD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BD8D; }
p { color: rgb(0,189,141); }
H1.HeaderClassName
{
color: #00BD8D;
}
.AnyTagClassName
{
color: #00BD8D;
}
</style>
background-color css
<style>
a { background-color: #00BD8D; }
a { background-color: rgb(0,189,141); }
div.DivClassName
{
background-color: #00BD8D;
}
.BgClassName
{
background-color: #00BD8D;
}
</style>
border-color css
<style>
span { border-color: #00BD8D; }
span { border-color: rgb(0,189,141); }
td.TdClassName
{
border-color: #00BD8D;
}
.TagClassName
{
border-color: #00BD8D;
}
</style>