Shades of Caribbean Green #00D2AD
Tints of Caribbean Green #00D2AD
RGB
CMYK
RGB Variations
Color information
#00D2AD (or 0x00D2AD) is known color: Caribbean Green. HEX triplet: 00, D2 and AD. RGB value is (0,210,173). Sum of RGB (Red+Green+Blue) = 0+210+173=383 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 383); Green value is 210 (82.42% from 255 or 54.83% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 210 - color contains mainly: green. Hex color #00D2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D2AD is #FF2D52. Grayscale: #8E8E8E. Windows color (decimal): -16723283 or 11391488. OLE color: 11391488.
HSL color Cylindrical-coordinate representation of color #00D2AD: hue angle of 169.43º 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 #00D2AD is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 210 | 173 | - |
| CMYK | 1 | 0 | 0.18 | 0.18 |
| HSL | 169.43º | 1% | 0.41% | - |
| HSV(B) | 169.43º | 1% | 0.82% | - |
| XYZ | 30.59 | 49.11 | 47.4 | - |
| YUV | 142.99 | 144.93 | 26.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 210 | 173 | 1 | 0 | 0.18 | 0.18 | 169.43 | 1 | 0.41 |
| Hex | 0 | D2 | AD | 64 | 0 | 12 | 12 | A9 | 64 | 29 |
| Octal | 0 | 322 | 255 | 144 | 0 | 22 | 22 | 251 | 144 | 51 |
| Binary | 0 | 11010010 | 10101101 | 1100100 | 0 | 10010 | 10010 | 10101001 | 1100100 | 101001 |
Color Harmonies of #00D2AD
Complementary color
Monochromatic Colors of #00D2AD
Black with #00D2AD
Text Example
Text Example
White with #00D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D2AD; }
p { color: rgb(0,210,173); }
H1.HeaderClassName
{
color: #00D2AD;
}
.AnyTagClassName
{
color: #00D2AD;
}
</style>
background-color css
<style>
a { background-color: #00D2AD; }
a { background-color: rgb(0,210,173); }
div.DivClassName
{
background-color: #00D2AD;
}
.BgClassName
{
background-color: #00D2AD;
}
</style>
border-color css
<style>
span { border-color: #00D2AD; }
span { border-color: rgb(0,210,173); }
td.TdClassName
{
border-color: #00D2AD;
}
.TagClassName
{
border-color: #00D2AD;
}
</style>