Shades of Persian Green #06AB8A
Tints of Persian Green #06AB8A
RGB
CMYK
RGB Variations
Color information
#06AB8A (or 0x06AB8A) is known color: Persian Green. HEX triplet: 06, AB and 8A. RGB value is (6,171,138). Sum of RGB (Red+Green+Blue) = 6+171+138=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #06AB8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AB8A is #F95475. Grayscale: #757575. Windows color (decimal): -16340086 or 9087750. OLE color: 9087750.
HSL color Cylindrical-coordinate representation of color #06AB8A: hue angle of 168º 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 #06AB8A is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 171 | 138 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.33 |
| HSL | 168º | 0.93% | 0.35% | - |
| HSV(B) | 168º | 0.96% | 0.67% | - |
| XYZ | 19.23 | 31 | 29.01 | - |
| YUV | 117.9 | 139.34 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 138 | 0.96 | 0 | 0.19 | 0.33 | 168 | 0.93 | 0.35 |
| Hex | 6 | AB | 8A | 60 | 0 | 13 | 21 | A8 | 5D | 23 |
| Octal | 6 | 253 | 212 | 140 | 0 | 23 | 41 | 250 | 135 | 43 |
| Binary | 110 | 10101011 | 10001010 | 1100000 | 0 | 10011 | 100001 | 10101000 | 1011101 | 100011 |
Color Harmonies of #06AB8A
Complementary color
Monochromatic Colors of #06AB8A
Black with #06AB8A
Text Example
Text Example
White with #06AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AB8A; }
p { color: rgb(6,171,138); }
H1.HeaderClassName
{
color: #06AB8A;
}
.AnyTagClassName
{
color: #06AB8A;
}
</style>
background-color css
<style>
a { background-color: #06AB8A; }
a { background-color: rgb(6,171,138); }
div.DivClassName
{
background-color: #06AB8A;
}
.BgClassName
{
background-color: #06AB8A;
}
</style>
border-color css
<style>
span { border-color: #06AB8A; }
span { border-color: rgb(6,171,138); }
td.TdClassName
{
border-color: #06AB8A;
}
.TagClassName
{
border-color: #06AB8A;
}
</style>