Shades of Caribbean Green #00BD94
Tints of Caribbean Green #00BD94
RGB
CMYK
RGB Variations
Color information
#00BD94 (or 0x00BD94) is known color: Caribbean Green. HEX triplet: 00, BD and 94. RGB value is (0,189,148). Sum of RGB (Red+Green+Blue) = 0+189+148=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BD94 is #FF426B. Grayscale: #7F7F7F. Windows color (decimal): -16728684 or 9747712. OLE color: 9747712.
HSL color Cylindrical-coordinate representation of color #00BD94: hue angle of 166.98º 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 #00BD94 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 148 | - |
| CMYK | 1 | 0 | 0.22 | 0.26 |
| HSL | 166.98º | 1% | 0.37% | - |
| HSV(B) | 166.98º | 1% | 0.74% | - |
| XYZ | 23.54 | 38.53 | 34.21 | - |
| YUV | 127.82 | 139.38 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 148 | 1 | 0 | 0.22 | 0.26 | 166.98 | 1 | 0.37 |
| Hex | 0 | BD | 94 | 64 | 0 | 16 | 1A | A7 | 64 | 25 |
| Octal | 0 | 275 | 224 | 144 | 0 | 26 | 32 | 247 | 144 | 45 |
| Binary | 0 | 10111101 | 10010100 | 1100100 | 0 | 10110 | 11010 | 10100111 | 1100100 | 100101 |
Color Harmonies of #00BD94
Complementary color
Monochromatic Colors of #00BD94
Black with #00BD94
Text Example
Text Example
White with #00BD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BD94; }
p { color: rgb(0,189,148); }
H1.HeaderClassName
{
color: #00BD94;
}
.AnyTagClassName
{
color: #00BD94;
}
</style>
background-color css
<style>
a { background-color: #00BD94; }
a { background-color: rgb(0,189,148); }
div.DivClassName
{
background-color: #00BD94;
}
.BgClassName
{
background-color: #00BD94;
}
</style>
border-color css
<style>
span { border-color: #00BD94; }
span { border-color: rgb(0,189,148); }
td.TdClassName
{
border-color: #00BD94;
}
.TagClassName
{
border-color: #00BD94;
}
</style>