Shades of Caribbean Green #00D3AD
Tints of Caribbean Green #00D3AD
RGB
CMYK
RGB Variations
Color information
#00D3AD (or 0x00D3AD) is known color: Caribbean Green. HEX triplet: 00, D3 and AD. RGB value is (0,211,173). Sum of RGB (Red+Green+Blue) = 0+211+173=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 211 (82.81% from 255 or 54.95% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 211 - color contains mainly: green. Hex color #00D3AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D3AD is #FF2C52. Grayscale: #8F8F8F. Windows color (decimal): -16723027 or 11391744. OLE color: 11391744.
HSL color Cylindrical-coordinate representation of color #00D3AD: hue angle of 169.19º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D3AD is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 211 | 173 | - |
| CMYK | 1 | 0 | 0.18 | 0.17 |
| HSL | 169.19º | 1% | 0.41% | - |
| HSV(B) | 169.19º | 1% | 0.83% | - |
| XYZ | 30.84 | 49.61 | 47.48 | - |
| YUV | 143.58 | 144.6 | 25.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 211 | 173 | 1 | 0 | 0.18 | 0.17 | 169.19 | 1 | 0.41 |
| Hex | 0 | D3 | AD | 64 | 0 | 12 | 11 | A9 | 64 | 29 |
| Octal | 0 | 323 | 255 | 144 | 0 | 22 | 21 | 251 | 144 | 51 |
| Binary | 0 | 11010011 | 10101101 | 1100100 | 0 | 10010 | 10001 | 10101001 | 1100100 | 101001 |
Color Harmonies of #00D3AD
Complementary color
Monochromatic Colors of #00D3AD
Black with #00D3AD
Text Example
Text Example
White with #00D3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D3AD; }
p { color: rgb(0,211,173); }
H1.HeaderClassName
{
color: #00D3AD;
}
.AnyTagClassName
{
color: #00D3AD;
}
</style>
background-color css
<style>
a { background-color: #00D3AD; }
a { background-color: rgb(0,211,173); }
div.DivClassName
{
background-color: #00D3AD;
}
.BgClassName
{
background-color: #00D3AD;
}
</style>
border-color css
<style>
span { border-color: #00D3AD; }
span { border-color: rgb(0,211,173); }
td.TdClassName
{
border-color: #00D3AD;
}
.TagClassName
{
border-color: #00D3AD;
}
</style>