Shades of Persian Green #06AE8E
Tints of Persian Green #06AE8E
RGB
CMYK
RGB Variations
Color information
#06AE8E (or 0x06AE8E) is known color: Persian Green. HEX triplet: 06, AE and 8E. RGB value is (6,174,142). Sum of RGB (Red+Green+Blue) = 6+174+142=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #06AE8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AE8E is #F95171. Grayscale: #787878. Windows color (decimal): -16339314 or 9350662. OLE color: 9350662.
HSL color Cylindrical-coordinate representation of color #06AE8E: hue angle of 168.57º 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 #06AE8E is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 174 | 142 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.32 |
| HSL | 168.57º | 0.93% | 0.35% | - |
| HSV(B) | 168.57º | 0.97% | 0.68% | - |
| XYZ | 20.09 | 32.26 | 30.76 | - |
| YUV | 120.12 | 140.34 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 174 | 142 | 0.97 | 0 | 0.18 | 0.32 | 168.57 | 0.93 | 0.35 |
| Hex | 6 | AE | 8E | 61 | 0 | 12 | 20 | A9 | 5D | 23 |
| Octal | 6 | 256 | 216 | 141 | 0 | 22 | 40 | 251 | 135 | 43 |
| Binary | 110 | 10101110 | 10001110 | 1100001 | 0 | 10010 | 100000 | 10101001 | 1011101 | 100011 |
Color Harmonies of #06AE8E
Complementary color
Monochromatic Colors of #06AE8E
Black with #06AE8E
Text Example
Text Example
White with #06AE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AE8E; }
p { color: rgb(6,174,142); }
H1.HeaderClassName
{
color: #06AE8E;
}
.AnyTagClassName
{
color: #06AE8E;
}
</style>
background-color css
<style>
a { background-color: #06AE8E; }
a { background-color: rgb(6,174,142); }
div.DivClassName
{
background-color: #06AE8E;
}
.BgClassName
{
background-color: #06AE8E;
}
</style>
border-color css
<style>
span { border-color: #06AE8E; }
span { border-color: rgb(6,174,142); }
td.TdClassName
{
border-color: #06AE8E;
}
.TagClassName
{
border-color: #06AE8E;
}
</style>