Shades of Caribbean Green #00D5AB
Tints of Caribbean Green #00D5AB
RGB
CMYK
RGB Variations
Color information
#00D5AB (or 0x00D5AB) is known color: Caribbean Green. HEX triplet: 00, D5 and AB. RGB value is (0,213,171). Sum of RGB (Red+Green+Blue) = 0+213+171=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 213 (83.59% from 255 or 55.47% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 213 - color contains mainly: green. Hex color #00D5AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D5AB is #FF2A54. Grayscale: #909090. Windows color (decimal): -16722517 or 11261184. OLE color: 11261184.
HSL color Cylindrical-coordinate representation of color #00D5AB: hue angle of 168.17º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D5AB is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 171 | - |
| CMYK | 1 | 0 | 0.20 | 0.16 |
| HSL | 168.17º | 1% | 0.42% | - |
| HSV(B) | 168.17º | 1% | 0.84% | - |
| XYZ | 31.14 | 50.53 | 46.64 | - |
| YUV | 144.53 | 142.93 | 24.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 171 | 1 | 0 | 0.20 | 0.16 | 168.17 | 1 | 0.42 |
| Hex | 0 | D5 | AB | 64 | 0 | 14 | 10 | A8 | 64 | 2A |
| Octal | 0 | 325 | 253 | 144 | 0 | 24 | 20 | 250 | 144 | 52 |
| Binary | 0 | 11010101 | 10101011 | 1100100 | 0 | 10100 | 10000 | 10101000 | 1100100 | 101010 |
Color Harmonies of #00D5AB
Complementary color
Monochromatic Colors of #00D5AB
Black with #00D5AB
Text Example
Text Example
White with #00D5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D5AB; }
p { color: rgb(0,213,171); }
H1.HeaderClassName
{
color: #00D5AB;
}
.AnyTagClassName
{
color: #00D5AB;
}
</style>
background-color css
<style>
a { background-color: #00D5AB; }
a { background-color: rgb(0,213,171); }
div.DivClassName
{
background-color: #00D5AB;
}
.BgClassName
{
background-color: #00D5AB;
}
</style>
border-color css
<style>
span { border-color: #00D5AB; }
span { border-color: rgb(0,213,171); }
td.TdClassName
{
border-color: #00D5AB;
}
.TagClassName
{
border-color: #00D5AB;
}
</style>