Shades of Persian Green #02A69B
Tints of Persian Green #02A69B
RGB
CMYK
RGB Variations
Color information
#02A69B (or 0x02A69B) is known color: Persian Green. HEX triplet: 02, A6 and 9B. RGB value is (2,166,155). Sum of RGB (Red+Green+Blue) = 2+166+155=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 166 (65.23% from 255 or 51.39% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 166 - color contains mainly: green. Hex color #02A69B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A69B is #FD5964. Grayscale: #737373. Windows color (decimal): -16603493 or 10200578. OLE color: 10200578.
HSL color Cylindrical-coordinate representation of color #02A69B: hue angle of 175.98º 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 #02A69B is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 166 | 155 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.35 |
| HSL | 175.98º | 0.98% | 0.33% | - |
| HSV(B) | 175.98º | 0.99% | 0.65% | - |
| XYZ | 19.58 | 29.65 | 35.7 | - |
| YUV | 115.71 | 150.17 | 46.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 166 | 155 | 0.99 | 0 | 0.07 | 0.35 | 175.98 | 0.98 | 0.33 |
| Hex | 2 | A6 | 9B | 63 | 0 | 7 | 23 | B0 | 62 | 21 |
| Octal | 2 | 246 | 233 | 143 | 0 | 7 | 43 | 260 | 142 | 41 |
| Binary | 10 | 10100110 | 10011011 | 1100011 | 0 | 111 | 100011 | 10110000 | 1100010 | 100001 |
Color Harmonies of #02A69B
Complementary color
Monochromatic Colors of #02A69B
Black with #02A69B
Text Example
Text Example
White with #02A69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A69B; }
p { color: rgb(2,166,155); }
H1.HeaderClassName
{
color: #02A69B;
}
.AnyTagClassName
{
color: #02A69B;
}
</style>
background-color css
<style>
a { background-color: #02A69B; }
a { background-color: rgb(2,166,155); }
div.DivClassName
{
background-color: #02A69B;
}
.BgClassName
{
background-color: #02A69B;
}
</style>
border-color css
<style>
span { border-color: #02A69B; }
span { border-color: rgb(2,166,155); }
td.TdClassName
{
border-color: #02A69B;
}
.TagClassName
{
border-color: #02A69B;
}
</style>