Shades of Persian Green #02AEAC
Tints of Persian Green #02AEAC
RGB
CMYK
RGB Variations
Color information
#02AEAC (or 0x02AEAC) is known color: Persian Green. HEX triplet: 02, AE and AC. RGB value is (2,174,172). Sum of RGB (Red+Green+Blue) = 2+174+172=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #02AEAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AEAC is #FD5153. Grayscale: #7A7A7A. Windows color (decimal): -16601428 or 11316738. OLE color: 11316738.
HSL color Cylindrical-coordinate representation of color #02AEAC: hue angle of 179.3º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AEAC is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 174 | 172 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.32 |
| HSL | 179.3º | 0.98% | 0.35% | - |
| HSV(B) | 179.3º | 0.99% | 0.68% | - |
| XYZ | 22.61 | 33.26 | 44.26 | - |
| YUV | 122.34 | 156.02 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 174 | 172 | 0.99 | 0 | 0.01 | 0.32 | 179.3 | 0.98 | 0.35 |
| Hex | 2 | AE | AC | 63 | 0 | 1 | 20 | B3 | 62 | 23 |
| Octal | 2 | 256 | 254 | 143 | 0 | 1 | 40 | 263 | 142 | 43 |
| Binary | 10 | 10101110 | 10101100 | 1100011 | 0 | 1 | 100000 | 10110011 | 1100010 | 100011 |
Color Harmonies of #02AEAC
Complementary color
Monochromatic Colors of #02AEAC
Black with #02AEAC
Text Example
Text Example
White with #02AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AEAC; }
p { color: rgb(2,174,172); }
H1.HeaderClassName
{
color: #02AEAC;
}
.AnyTagClassName
{
color: #02AEAC;
}
</style>
background-color css
<style>
a { background-color: #02AEAC; }
a { background-color: rgb(2,174,172); }
div.DivClassName
{
background-color: #02AEAC;
}
.BgClassName
{
background-color: #02AEAC;
}
</style>
border-color css
<style>
span { border-color: #02AEAC; }
span { border-color: rgb(2,174,172); }
td.TdClassName
{
border-color: #02AEAC;
}
.TagClassName
{
border-color: #02AEAC;
}
</style>