Shades of Caribbean Green #00BDA6
Tints of Caribbean Green #00BDA6
RGB
CMYK
RGB Variations
Color information
#00BDA6 (or 0x00BDA6) is known color: Caribbean Green. HEX triplet: 00, BD and A6. RGB value is (0,189,166). Sum of RGB (Red+Green+Blue) = 0+189+166=355 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #00BDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BDA6 is #FF4259. Grayscale: #818181. Windows color (decimal): -16728666 or 10927360. OLE color: 10927360.
HSL color Cylindrical-coordinate representation of color #00BDA6: hue angle of 172.7º 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 #00BDA6 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 166 | - |
| CMYK | 1 | 0 | 0.12 | 0.26 |
| HSL | 172.7º | 1% | 0.37% | - |
| HSV(B) | 172.7º | 1% | 0.74% | - |
| XYZ | 25.08 | 39.15 | 42.31 | - |
| YUV | 129.87 | 148.38 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 166 | 1 | 0 | 0.12 | 0.26 | 172.7 | 1 | 0.37 |
| Hex | 0 | BD | A6 | 64 | 0 | C | 1A | AD | 64 | 25 |
| Octal | 0 | 275 | 246 | 144 | 0 | 14 | 32 | 255 | 144 | 45 |
| Binary | 0 | 10111101 | 10100110 | 1100100 | 0 | 1100 | 11010 | 10101101 | 1100100 | 100101 |
Color Harmonies of #00BDA6
Complementary color
Monochromatic Colors of #00BDA6
Black with #00BDA6
Text Example
Text Example
White with #00BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BDA6; }
p { color: rgb(0,189,166); }
H1.HeaderClassName
{
color: #00BDA6;
}
.AnyTagClassName
{
color: #00BDA6;
}
</style>
background-color css
<style>
a { background-color: #00BDA6; }
a { background-color: rgb(0,189,166); }
div.DivClassName
{
background-color: #00BDA6;
}
.BgClassName
{
background-color: #00BDA6;
}
</style>
border-color css
<style>
span { border-color: #00BDA6; }
span { border-color: rgb(0,189,166); }
td.TdClassName
{
border-color: #00BDA6;
}
.TagClassName
{
border-color: #00BDA6;
}
</style>