Shades of Caribbean Green #02D3AD
Tints of Caribbean Green #02D3AD
RGB
CMYK
RGB Variations
Color information
#02D3AD (or 0x02D3AD) is known color: Caribbean Green. HEX triplet: 02, D3 and AD. RGB value is (2,211,173). Sum of RGB (Red+Green+Blue) = 2+211+173=386 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 386); Green value is 211 (82.81% from 255 or 54.66% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 211 - color contains mainly: green. Hex color #02D3AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D3AD is #FD2C52. Grayscale: #909090. Windows color (decimal): -16591955 or 11391746. OLE color: 11391746.
HSL color Cylindrical-coordinate representation of color #02D3AD: hue angle of 169.09º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D3AD is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 211 | 173 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.17 |
| HSL | 169.09º | 0.98% | 0.42% | - |
| HSV(B) | 169.09º | 0.99% | 0.83% | - |
| XYZ | 30.86 | 49.62 | 47.49 | - |
| YUV | 144.18 | 144.26 | 26.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 211 | 173 | 0.99 | 0 | 0.18 | 0.17 | 169.09 | 0.98 | 0.42 |
| Hex | 2 | D3 | AD | 63 | 0 | 12 | 11 | A9 | 62 | 2A |
| Octal | 2 | 323 | 255 | 143 | 0 | 22 | 21 | 251 | 142 | 52 |
| Binary | 10 | 11010011 | 10101101 | 1100011 | 0 | 10010 | 10001 | 10101001 | 1100010 | 101010 |
Color Harmonies of #02D3AD
Complementary color
Monochromatic Colors of #02D3AD
Black with #02D3AD
Text Example
Text Example
White with #02D3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D3AD; }
p { color: rgb(2,211,173); }
H1.HeaderClassName
{
color: #02D3AD;
}
.AnyTagClassName
{
color: #02D3AD;
}
</style>
background-color css
<style>
a { background-color: #02D3AD; }
a { background-color: rgb(2,211,173); }
div.DivClassName
{
background-color: #02D3AD;
}
.BgClassName
{
background-color: #02D3AD;
}
</style>
border-color css
<style>
span { border-color: #02D3AD; }
span { border-color: rgb(2,211,173); }
td.TdClassName
{
border-color: #02D3AD;
}
.TagClassName
{
border-color: #02D3AD;
}
</style>