Shades of Persian Green #06A8A3
Tints of Persian Green #06A8A3
RGB
CMYK
RGB Variations
Color information
#06A8A3 (or 0x06A8A3) is known color: Persian Green. HEX triplet: 06, A8 and A3. RGB value is (6,168,163). Sum of RGB (Red+Green+Blue) = 6+168+163=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 168 (66.02% from 255 or 49.85% from 337); Blue value is 163 (64.06% from 255 or 48.37% from 337); Max value from RGB is 168 - color contains mainly: green. Hex color #06A8A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A8A3 is #F9575C. Grayscale: #767676. Windows color (decimal): -16340829 or 10725382. OLE color: 10725382.
HSL color Cylindrical-coordinate representation of color #06A8A3: hue angle of 178.15º 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 #06A8A3 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 6 | 168 | 163 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.34 |
| HSL | 178.15º | 0.93% | 0.34% | - |
| HSV(B) | 178.15º | 0.96% | 0.66% | - |
| XYZ | 20.69 | 30.69 | 39.48 | - |
| YUV | 118.99 | 152.83 | 47.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 168 | 163 | 0.96 | 0 | 0.03 | 0.34 | 178.15 | 0.93 | 0.34 |
| Hex | 6 | A8 | A3 | 60 | 0 | 3 | 22 | B2 | 5D | 22 |
| Octal | 6 | 250 | 243 | 140 | 0 | 3 | 42 | 262 | 135 | 42 |
| Binary | 110 | 10101000 | 10100011 | 1100000 | 0 | 11 | 100010 | 10110010 | 1011101 | 100010 |
Color Harmonies of #06A8A3
Complementary color
Monochromatic Colors of #06A8A3
Black with #06A8A3
Text Example
Text Example
White with #06A8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A8A3; }
p { color: rgb(6,168,163); }
H1.HeaderClassName
{
color: #06A8A3;
}
.AnyTagClassName
{
color: #06A8A3;
}
</style>
background-color css
<style>
a { background-color: #06A8A3; }
a { background-color: rgb(6,168,163); }
div.DivClassName
{
background-color: #06A8A3;
}
.BgClassName
{
background-color: #06A8A3;
}
</style>
border-color css
<style>
span { border-color: #06A8A3; }
span { border-color: rgb(6,168,163); }
td.TdClassName
{
border-color: #06A8A3;
}
.TagClassName
{
border-color: #06A8A3;
}
</style>