Shades of Persian Green #06A99C
Tints of Persian Green #06A99C
RGB
CMYK
RGB Variations
Color information
#06A99C (or 0x06A99C) is known color: Persian Green. HEX triplet: 06, A9 and 9C. RGB value is (6,169,156). Sum of RGB (Red+Green+Blue) = 6+169+156=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #06A99C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A99C is #F95663. Grayscale: #767676. Windows color (decimal): -16340580 or 10266886. OLE color: 10266886.
HSL color Cylindrical-coordinate representation of color #06A99C: hue angle of 175.21º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A99C is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 6 | 169 | 156 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.34 |
| HSL | 175.21º | 0.93% | 0.34% | - |
| HSV(B) | 175.21º | 0.96% | 0.66% | - |
| XYZ | 20.26 | 30.81 | 36.33 | - |
| YUV | 118.78 | 149 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 169 | 156 | 0.96 | 0 | 0.08 | 0.34 | 175.21 | 0.93 | 0.34 |
| Hex | 6 | A9 | 9C | 60 | 0 | 8 | 22 | AF | 5D | 22 |
| Octal | 6 | 251 | 234 | 140 | 0 | 10 | 42 | 257 | 135 | 42 |
| Binary | 110 | 10101001 | 10011100 | 1100000 | 0 | 1000 | 100010 | 10101111 | 1011101 | 100010 |
Color Harmonies of #06A99C
Complementary color
Monochromatic Colors of #06A99C
Black with #06A99C
Text Example
Text Example
White with #06A99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A99C; }
p { color: rgb(6,169,156); }
H1.HeaderClassName
{
color: #06A99C;
}
.AnyTagClassName
{
color: #06A99C;
}
</style>
background-color css
<style>
a { background-color: #06A99C; }
a { background-color: rgb(6,169,156); }
div.DivClassName
{
background-color: #06A99C;
}
.BgClassName
{
background-color: #06A99C;
}
</style>
border-color css
<style>
span { border-color: #06A99C; }
span { border-color: rgb(6,169,156); }
td.TdClassName
{
border-color: #06A99C;
}
.TagClassName
{
border-color: #06A99C;
}
</style>