Shades of Caribbean Green #00BDA3
Tints of Caribbean Green #00BDA3
RGB
CMYK
RGB Variations
Color information
#00BDA3 (or 0x00BDA3) is known color: Caribbean Green. HEX triplet: 00, BD and A3. RGB value is (0,189,163). Sum of RGB (Red+Green+Blue) = 0+189+163=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #00BDA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BDA3 is #FF425C. Grayscale: #818181. Windows color (decimal): -16728669 or 10730752. OLE color: 10730752.
HSL color Cylindrical-coordinate representation of color #00BDA3: hue angle of 171.75º 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 #00BDA3 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 163 | - |
| CMYK | 1 | 0 | 0.14 | 0.26 |
| HSL | 171.75º | 1% | 0.37% | - |
| HSV(B) | 171.75º | 1% | 0.74% | - |
| XYZ | 24.81 | 39.04 | 40.88 | - |
| YUV | 129.53 | 146.88 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 163 | 1 | 0 | 0.14 | 0.26 | 171.75 | 1 | 0.37 |
| Hex | 0 | BD | A3 | 64 | 0 | E | 1A | AC | 64 | 25 |
| Octal | 0 | 275 | 243 | 144 | 0 | 16 | 32 | 254 | 144 | 45 |
| Binary | 0 | 10111101 | 10100011 | 1100100 | 0 | 1110 | 11010 | 10101100 | 1100100 | 100101 |
Color Harmonies of #00BDA3
Complementary color
Monochromatic Colors of #00BDA3
Black with #00BDA3
Text Example
Text Example
White with #00BDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BDA3; }
p { color: rgb(0,189,163); }
H1.HeaderClassName
{
color: #00BDA3;
}
.AnyTagClassName
{
color: #00BDA3;
}
</style>
background-color css
<style>
a { background-color: #00BDA3; }
a { background-color: rgb(0,189,163); }
div.DivClassName
{
background-color: #00BDA3;
}
.BgClassName
{
background-color: #00BDA3;
}
</style>
border-color css
<style>
span { border-color: #00BDA3; }
span { border-color: rgb(0,189,163); }
td.TdClassName
{
border-color: #00BDA3;
}
.TagClassName
{
border-color: #00BDA3;
}
</style>