Shades of Persian Green #06AB93
Tints of Persian Green #06AB93
RGB
CMYK
RGB Variations
Color information
#06AB93 (or 0x06AB93) is known color: Persian Green. HEX triplet: 06, AB and 93. RGB value is (6,171,147). Sum of RGB (Red+Green+Blue) = 6+171+147=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #06AB93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AB93 is #F9546C. Grayscale: #767676. Windows color (decimal): -16340077 or 9677574. OLE color: 9677574.
HSL color Cylindrical-coordinate representation of color #06AB93: hue angle of 171.27º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06AB93 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 171 | 147 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.33 |
| HSL | 171.27º | 0.93% | 0.35% | - |
| HSV(B) | 171.27º | 0.96% | 0.67% | - |
| XYZ | 19.9 | 31.27 | 32.59 | - |
| YUV | 118.93 | 143.84 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 147 | 0.96 | 0 | 0.14 | 0.33 | 171.27 | 0.93 | 0.35 |
| Hex | 6 | AB | 93 | 60 | 0 | E | 21 | AB | 5D | 23 |
| Octal | 6 | 253 | 223 | 140 | 0 | 16 | 41 | 253 | 135 | 43 |
| Binary | 110 | 10101011 | 10010011 | 1100000 | 0 | 1110 | 100001 | 10101011 | 1011101 | 100011 |
Color Harmonies of #06AB93
Complementary color
Monochromatic Colors of #06AB93
Black with #06AB93
Text Example
Text Example
White with #06AB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AB93; }
p { color: rgb(6,171,147); }
H1.HeaderClassName
{
color: #06AB93;
}
.AnyTagClassName
{
color: #06AB93;
}
</style>
background-color css
<style>
a { background-color: #06AB93; }
a { background-color: rgb(6,171,147); }
div.DivClassName
{
background-color: #06AB93;
}
.BgClassName
{
background-color: #06AB93;
}
</style>
border-color css
<style>
span { border-color: #06AB93; }
span { border-color: rgb(6,171,147); }
td.TdClassName
{
border-color: #06AB93;
}
.TagClassName
{
border-color: #06AB93;
}
</style>