Shades of Caribbean Green #00BDAF
Tints of Caribbean Green #00BDAF
RGB
CMYK
RGB Variations
Color information
#00BDAF (or 0x00BDAF) is known color: Caribbean Green. HEX triplet: 00, BD and AF. RGB value is (0,189,175). Sum of RGB (Red+Green+Blue) = 0+189+175=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 189 (74.22% from 255 or 51.92% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 189 - color contains mainly: green. Hex color #00BDAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BDAF is #FF4250. Grayscale: #828282. Windows color (decimal): -16728657 or 11517184. OLE color: 11517184.
HSL color Cylindrical-coordinate representation of color #00BDAF: hue angle of 175.56º 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 #00BDAF is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 175 | - |
| CMYK | 1 | 0 | 0.07 | 0.26 |
| HSL | 175.56º | 1% | 0.37% | - |
| HSV(B) | 175.56º | 1% | 0.74% | - |
| XYZ | 25.94 | 39.49 | 46.81 | - |
| YUV | 130.89 | 152.88 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 175 | 1 | 0 | 0.07 | 0.26 | 175.56 | 1 | 0.37 |
| Hex | 0 | BD | AF | 64 | 0 | 7 | 1A | B0 | 64 | 25 |
| Octal | 0 | 275 | 257 | 144 | 0 | 7 | 32 | 260 | 144 | 45 |
| Binary | 0 | 10111101 | 10101111 | 1100100 | 0 | 111 | 11010 | 10110000 | 1100100 | 100101 |
Color Harmonies of #00BDAF
Complementary color
Monochromatic Colors of #00BDAF
Black with #00BDAF
Text Example
Text Example
White with #00BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BDAF; }
p { color: rgb(0,189,175); }
H1.HeaderClassName
{
color: #00BDAF;
}
.AnyTagClassName
{
color: #00BDAF;
}
</style>
background-color css
<style>
a { background-color: #00BDAF; }
a { background-color: rgb(0,189,175); }
div.DivClassName
{
background-color: #00BDAF;
}
.BgClassName
{
background-color: #00BDAF;
}
</style>
border-color css
<style>
span { border-color: #00BDAF; }
span { border-color: rgb(0,189,175); }
td.TdClassName
{
border-color: #00BDAF;
}
.TagClassName
{
border-color: #00BDAF;
}
</style>