Shades of Caribbean Green #00D1A4
Tints of Caribbean Green #00D1A4
RGB
CMYK
RGB Variations
Color information
#00D1A4 (or 0x00D1A4) is known color: Caribbean Green. HEX triplet: 00, D1 and A4. RGB value is (0,209,164). Sum of RGB (Red+Green+Blue) = 0+209+164=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 209 (82.03% from 255 or 56.03% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 209 - color contains mainly: green. Hex color #00D1A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D1A4 is #FF2E5B. Grayscale: #8D8D8D. Windows color (decimal): -16723548 or 10801408. OLE color: 10801408.
HSL color Cylindrical-coordinate representation of color #00D1A4: hue angle of 167.08º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D1A4 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 209 | 164 | - |
| CMYK | 1 | 0 | 0.22 | 0.18 |
| HSL | 167.08º | 1% | 0.41% | - |
| HSV(B) | 167.08º | 1% | 0.82% | - |
| XYZ | 29.5 | 48.28 | 42.89 | - |
| YUV | 141.38 | 140.76 | 27.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 164 | 1 | 0 | 0.22 | 0.18 | 167.08 | 1 | 0.41 |
| Hex | 0 | D1 | A4 | 64 | 0 | 16 | 12 | A7 | 64 | 29 |
| Octal | 0 | 321 | 244 | 144 | 0 | 26 | 22 | 247 | 144 | 51 |
| Binary | 0 | 11010001 | 10100100 | 1100100 | 0 | 10110 | 10010 | 10100111 | 1100100 | 101001 |
Color Harmonies of #00D1A4
Complementary color
Monochromatic Colors of #00D1A4
Black with #00D1A4
Text Example
Text Example
White with #00D1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D1A4; }
p { color: rgb(0,209,164); }
H1.HeaderClassName
{
color: #00D1A4;
}
.AnyTagClassName
{
color: #00D1A4;
}
</style>
background-color css
<style>
a { background-color: #00D1A4; }
a { background-color: rgb(0,209,164); }
div.DivClassName
{
background-color: #00D1A4;
}
.BgClassName
{
background-color: #00D1A4;
}
</style>
border-color css
<style>
span { border-color: #00D1A4; }
span { border-color: rgb(0,209,164); }
td.TdClassName
{
border-color: #00D1A4;
}
.TagClassName
{
border-color: #00D1A4;
}
</style>