Shades of Persian Green #06AC8C
Tints of Persian Green #06AC8C
RGB
CMYK
RGB Variations
Color information
#06AC8C (or 0x06AC8C) is known color: Persian Green. HEX triplet: 06, AC and 8C. RGB value is (6,172,140). Sum of RGB (Red+Green+Blue) = 6+172+140=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #06AC8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AC8C is #F95373. Grayscale: #767676. Windows color (decimal): -16339828 or 9219078. OLE color: 9219078.
HSL color Cylindrical-coordinate representation of color #06AC8C: hue angle of 168.43º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AC8C is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 172 | 140 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.33 |
| HSL | 168.43º | 0.93% | 0.35% | - |
| HSV(B) | 168.43º | 0.97% | 0.67% | - |
| XYZ | 19.56 | 31.44 | 29.85 | - |
| YUV | 118.72 | 140 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 172 | 140 | 0.97 | 0 | 0.19 | 0.33 | 168.43 | 0.93 | 0.35 |
| Hex | 6 | AC | 8C | 61 | 0 | 13 | 21 | A8 | 5D | 23 |
| Octal | 6 | 254 | 214 | 141 | 0 | 23 | 41 | 250 | 135 | 43 |
| Binary | 110 | 10101100 | 10001100 | 1100001 | 0 | 10011 | 100001 | 10101000 | 1011101 | 100011 |
Color Harmonies of #06AC8C
Complementary color
Monochromatic Colors of #06AC8C
Black with #06AC8C
Text Example
Text Example
White with #06AC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AC8C; }
p { color: rgb(6,172,140); }
H1.HeaderClassName
{
color: #06AC8C;
}
.AnyTagClassName
{
color: #06AC8C;
}
</style>
background-color css
<style>
a { background-color: #06AC8C; }
a { background-color: rgb(6,172,140); }
div.DivClassName
{
background-color: #06AC8C;
}
.BgClassName
{
background-color: #06AC8C;
}
</style>
border-color css
<style>
span { border-color: #06AC8C; }
span { border-color: rgb(6,172,140); }
td.TdClassName
{
border-color: #06AC8C;
}
.TagClassName
{
border-color: #06AC8C;
}
</style>