Shades of Persian Green #02A4A5
Tints of Persian Green #02A4A5
RGB
CMYK
RGB Variations
Color information
#02A4A5 (or 0x02A4A5) is known color: Persian Green. HEX triplet: 02, A4 and A5. RGB value is (2,164,165). Sum of RGB (Red+Green+Blue) = 2+164+165=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #02A4A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A4A5 is #FD5B5A. Grayscale: #737373. Windows color (decimal): -16603995 or 10855426. OLE color: 10855426.
HSL color Cylindrical-coordinate representation of color #02A4A5: hue angle of 180.37º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A4A5 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 164 | 165 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.35 |
| HSL | 180.37º | 0.98% | 0.33% | - |
| HSV(B) | 180.37º | 0.99% | 0.65% | - |
| XYZ | 20.09 | 29.28 | 40.19 | - |
| YUV | 115.68 | 155.83 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 164 | 165 | 0.99 | 0.01 | 0 | 0.35 | 180.37 | 0.98 | 0.33 |
| Hex | 2 | A4 | A5 | 63 | 1 | 0 | 23 | B4 | 62 | 21 |
| Octal | 2 | 244 | 245 | 143 | 1 | 0 | 43 | 264 | 142 | 41 |
| Binary | 10 | 10100100 | 10100101 | 1100011 | 1 | 0 | 100011 | 10110100 | 1100010 | 100001 |
Color Harmonies of #02A4A5
Complementary color
Monochromatic Colors of #02A4A5
Black with #02A4A5
Text Example
Text Example
White with #02A4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A4A5; }
p { color: rgb(2,164,165); }
H1.HeaderClassName
{
color: #02A4A5;
}
.AnyTagClassName
{
color: #02A4A5;
}
</style>
background-color css
<style>
a { background-color: #02A4A5; }
a { background-color: rgb(2,164,165); }
div.DivClassName
{
background-color: #02A4A5;
}
.BgClassName
{
background-color: #02A4A5;
}
</style>
border-color css
<style>
span { border-color: #02A4A5; }
span { border-color: rgb(2,164,165); }
td.TdClassName
{
border-color: #02A4A5;
}
.TagClassName
{
border-color: #02A4A5;
}
</style>