Shades of Persian Green #06ADA6
Tints of Persian Green #06ADA6
RGB
CMYK
RGB Variations
Color information
#06ADA6 (or 0x06ADA6) is known color: Persian Green. HEX triplet: 06, AD and A6. RGB value is (6,173,166). Sum of RGB (Red+Green+Blue) = 6+173+166=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #06ADA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06ADA6 is #F95259. Grayscale: #7A7A7A. Windows color (decimal): -16339546 or 10923270. OLE color: 10923270.
HSL color Cylindrical-coordinate representation of color #06ADA6: hue angle of 177.49º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ADA6 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 173 | 166 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.32 |
| HSL | 177.49º | 0.93% | 0.35% | - |
| HSV(B) | 177.49º | 0.97% | 0.68% | - |
| XYZ | 21.9 | 32.68 | 41.23 | - |
| YUV | 122.27 | 152.67 | 45.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 166 | 0.97 | 0 | 0.04 | 0.32 | 177.49 | 0.93 | 0.35 |
| Hex | 6 | AD | A6 | 61 | 0 | 4 | 20 | B1 | 5D | 23 |
| Octal | 6 | 255 | 246 | 141 | 0 | 4 | 40 | 261 | 135 | 43 |
| Binary | 110 | 10101101 | 10100110 | 1100001 | 0 | 100 | 100000 | 10110001 | 1011101 | 100011 |
Color Harmonies of #06ADA6
Complementary color
Monochromatic Colors of #06ADA6
Black with #06ADA6
Text Example
Text Example
White with #06ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ADA6; }
p { color: rgb(6,173,166); }
H1.HeaderClassName
{
color: #06ADA6;
}
.AnyTagClassName
{
color: #06ADA6;
}
</style>
background-color css
<style>
a { background-color: #06ADA6; }
a { background-color: rgb(6,173,166); }
div.DivClassName
{
background-color: #06ADA6;
}
.BgClassName
{
background-color: #06ADA6;
}
</style>
border-color css
<style>
span { border-color: #06ADA6; }
span { border-color: rgb(6,173,166); }
td.TdClassName
{
border-color: #06ADA6;
}
.TagClassName
{
border-color: #06ADA6;
}
</style>