Shades of Caribbean Green #02D9AF
Tints of Caribbean Green #02D9AF
RGB
CMYK
RGB Variations
Color information
#02D9AF (or 0x02D9AF) is known color: Caribbean Green. HEX triplet: 02, D9 and AF. RGB value is (2,217,175). Sum of RGB (Red+Green+Blue) = 2+217+175=394 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 394); Green value is 217 (85.16% from 255 or 55.08% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 217 - color contains mainly: green. Hex color #02D9AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D9AF is #FD2650. Grayscale: #939393. Windows color (decimal): -16590417 or 11524354. OLE color: 11524354.
HSL color Cylindrical-coordinate representation of color #02D9AF: hue angle of 168.28º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D9AF is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 217 | 175 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.15 |
| HSL | 168.28º | 0.98% | 0.43% | - |
| HSV(B) | 168.28º | 0.99% | 0.85% | - |
| XYZ | 32.58 | 52.73 | 49.02 | - |
| YUV | 147.93 | 143.27 | 23.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 175 | 0.99 | 0 | 0.19 | 0.15 | 168.28 | 0.98 | 0.43 |
| Hex | 2 | D9 | AF | 63 | 0 | 13 | F | A8 | 62 | 2B |
| Octal | 2 | 331 | 257 | 143 | 0 | 23 | 17 | 250 | 142 | 53 |
| Binary | 10 | 11011001 | 10101111 | 1100011 | 0 | 10011 | 1111 | 10101000 | 1100010 | 101011 |
Color Harmonies of #02D9AF
Complementary color
Monochromatic Colors of #02D9AF
Black with #02D9AF
Text Example
Text Example
White with #02D9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D9AF; }
p { color: rgb(2,217,175); }
H1.HeaderClassName
{
color: #02D9AF;
}
.AnyTagClassName
{
color: #02D9AF;
}
</style>
background-color css
<style>
a { background-color: #02D9AF; }
a { background-color: rgb(2,217,175); }
div.DivClassName
{
background-color: #02D9AF;
}
.BgClassName
{
background-color: #02D9AF;
}
</style>
border-color css
<style>
span { border-color: #02D9AF; }
span { border-color: rgb(2,217,175); }
td.TdClassName
{
border-color: #02D9AF;
}
.TagClassName
{
border-color: #02D9AF;
}
</style>