Shades of Persian Green #06AD9C
Tints of Persian Green #06AD9C
RGB
CMYK
RGB Variations
Color information
#06AD9C (or 0x06AD9C) is known color: Persian Green. HEX triplet: 06, AD and 9C. RGB value is (6,173,156). Sum of RGB (Red+Green+Blue) = 6+173+156=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #06AD9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AD9C is #F95263. Grayscale: #797979. Windows color (decimal): -16339556 or 10267910. OLE color: 10267910.
HSL color Cylindrical-coordinate representation of color #06AD9C: hue angle of 173.89º 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 #06AD9C is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 173 | 156 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.32 |
| HSL | 173.89º | 0.93% | 0.35% | - |
| HSV(B) | 173.89º | 0.97% | 0.68% | - |
| XYZ | 21.02 | 32.33 | 36.58 | - |
| YUV | 121.13 | 147.67 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 156 | 0.97 | 0 | 0.10 | 0.32 | 173.89 | 0.93 | 0.35 |
| Hex | 6 | AD | 9C | 61 | 0 | A | 20 | AE | 5D | 23 |
| Octal | 6 | 255 | 234 | 141 | 0 | 12 | 40 | 256 | 135 | 43 |
| Binary | 110 | 10101101 | 10011100 | 1100001 | 0 | 1010 | 100000 | 10101110 | 1011101 | 100011 |
Color Harmonies of #06AD9C
Complementary color
Monochromatic Colors of #06AD9C
Black with #06AD9C
Text Example
Text Example
White with #06AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AD9C; }
p { color: rgb(6,173,156); }
H1.HeaderClassName
{
color: #06AD9C;
}
.AnyTagClassName
{
color: #06AD9C;
}
</style>
background-color css
<style>
a { background-color: #06AD9C; }
a { background-color: rgb(6,173,156); }
div.DivClassName
{
background-color: #06AD9C;
}
.BgClassName
{
background-color: #06AD9C;
}
</style>
border-color css
<style>
span { border-color: #06AD9C; }
span { border-color: rgb(6,173,156); }
td.TdClassName
{
border-color: #06AD9C;
}
.TagClassName
{
border-color: #06AD9C;
}
</style>