Shades of Persian Green #06A08C
Tints of Persian Green #06A08C
RGB
CMYK
RGB Variations
Color information
#06A08C (or 0x06A08C) is known color: Persian Green. HEX triplet: 06, A0 and 8C. RGB value is (6,160,140). Sum of RGB (Red+Green+Blue) = 6+160+140=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #06A08C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A08C is #F95F73. Grayscale: #6F6F6F. Windows color (decimal): -16342900 or 9216006. OLE color: 9216006.
HSL color Cylindrical-coordinate representation of color #06A08C: hue angle of 172.21º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A08C is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 160 | 140 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.37 |
| HSL | 172.21º | 0.93% | 0.33% | - |
| HSV(B) | 172.21º | 0.96% | 0.63% | - |
| XYZ | 17.38 | 27.07 | 29.12 | - |
| YUV | 111.67 | 143.98 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 160 | 140 | 0.96 | 0 | 0.12 | 0.37 | 172.21 | 0.93 | 0.33 |
| Hex | 6 | A0 | 8C | 60 | 0 | C | 25 | AC | 5D | 21 |
| Octal | 6 | 240 | 214 | 140 | 0 | 14 | 45 | 254 | 135 | 41 |
| Binary | 110 | 10100000 | 10001100 | 1100000 | 0 | 1100 | 100101 | 10101100 | 1011101 | 100001 |
Color Harmonies of #06A08C
Complementary color
Monochromatic Colors of #06A08C
Black with #06A08C
Text Example
Text Example
White with #06A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A08C; }
p { color: rgb(6,160,140); }
H1.HeaderClassName
{
color: #06A08C;
}
.AnyTagClassName
{
color: #06A08C;
}
</style>
background-color css
<style>
a { background-color: #06A08C; }
a { background-color: rgb(6,160,140); }
div.DivClassName
{
background-color: #06A08C;
}
.BgClassName
{
background-color: #06A08C;
}
</style>
border-color css
<style>
span { border-color: #06A08C; }
span { border-color: rgb(6,160,140); }
td.TdClassName
{
border-color: #06A08C;
}
.TagClassName
{
border-color: #06A08C;
}
</style>