Shades of Caribbean Green #00BDA7
Tints of Caribbean Green #00BDA7
RGB
CMYK
RGB Variations
Color information
#00BDA7 (or 0x00BDA7) is known color: Caribbean Green. HEX triplet: 00, BD and A7. RGB value is (0,189,167). Sum of RGB (Red+Green+Blue) = 0+189+167=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #00BDA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BDA7 is #FF4258. Grayscale: #818181. Windows color (decimal): -16728665 or 10992896. OLE color: 10992896.
HSL color Cylindrical-coordinate representation of color #00BDA7: hue angle of 173.02º 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 #00BDA7 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 167 | - |
| CMYK | 1 | 0 | 0.12 | 0.26 |
| HSL | 173.02º | 1% | 0.37% | - |
| HSV(B) | 173.02º | 1% | 0.74% | - |
| XYZ | 25.17 | 39.19 | 42.8 | - |
| YUV | 129.98 | 148.88 | 35.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 167 | 1 | 0 | 0.12 | 0.26 | 173.02 | 1 | 0.37 |
| Hex | 0 | BD | A7 | 64 | 0 | C | 1A | AD | 64 | 25 |
| Octal | 0 | 275 | 247 | 144 | 0 | 14 | 32 | 255 | 144 | 45 |
| Binary | 0 | 10111101 | 10100111 | 1100100 | 0 | 1100 | 11010 | 10101101 | 1100100 | 100101 |
Color Harmonies of #00BDA7
Complementary color
Monochromatic Colors of #00BDA7
Black with #00BDA7
Text Example
Text Example
White with #00BDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BDA7; }
p { color: rgb(0,189,167); }
H1.HeaderClassName
{
color: #00BDA7;
}
.AnyTagClassName
{
color: #00BDA7;
}
</style>
background-color css
<style>
a { background-color: #00BDA7; }
a { background-color: rgb(0,189,167); }
div.DivClassName
{
background-color: #00BDA7;
}
.BgClassName
{
background-color: #00BDA7;
}
</style>
border-color css
<style>
span { border-color: #00BDA7; }
span { border-color: rgb(0,189,167); }
td.TdClassName
{
border-color: #00BDA7;
}
.TagClassName
{
border-color: #00BDA7;
}
</style>