Shades of Caribbean Green #00D9AE
Tints of Caribbean Green #00D9AE
RGB
CMYK
RGB Variations
Color information
#00D9AE (or 0x00D9AE) is known color: Caribbean Green. HEX triplet: 00, D9 and AE. RGB value is (0,217,174). Sum of RGB (Red+Green+Blue) = 0+217+174=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 217 (85.16% from 255 or 55.50% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 217 - color contains mainly: green. Hex color #00D9AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D9AE is #FF2651. Grayscale: #939393. Windows color (decimal): -16721490 or 11458816. OLE color: 11458816.
HSL color Cylindrical-coordinate representation of color #00D9AE: hue angle of 168.11º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D9AE is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 217 | 174 | - |
| CMYK | 1 | 0 | 0.20 | 0.15 |
| HSL | 168.11º | 1% | 0.43% | - |
| HSV(B) | 168.11º | 1% | 0.85% | - |
| XYZ | 32.45 | 52.68 | 48.5 | - |
| YUV | 147.22 | 143.11 | 23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 217 | 174 | 1 | 0 | 0.20 | 0.15 | 168.11 | 1 | 0.43 |
| Hex | 0 | D9 | AE | 64 | 0 | 14 | F | A8 | 64 | 2B |
| Octal | 0 | 331 | 256 | 144 | 0 | 24 | 17 | 250 | 144 | 53 |
| Binary | 0 | 11011001 | 10101110 | 1100100 | 0 | 10100 | 1111 | 10101000 | 1100100 | 101011 |
Color Harmonies of #00D9AE
Complementary color
Monochromatic Colors of #00D9AE
Black with #00D9AE
Text Example
Text Example
White with #00D9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D9AE; }
p { color: rgb(0,217,174); }
H1.HeaderClassName
{
color: #00D9AE;
}
.AnyTagClassName
{
color: #00D9AE;
}
</style>
background-color css
<style>
a { background-color: #00D9AE; }
a { background-color: rgb(0,217,174); }
div.DivClassName
{
background-color: #00D9AE;
}
.BgClassName
{
background-color: #00D9AE;
}
</style>
border-color css
<style>
span { border-color: #00D9AE; }
span { border-color: rgb(0,217,174); }
td.TdClassName
{
border-color: #00D9AE;
}
.TagClassName
{
border-color: #00D9AE;
}
</style>