Shades of Persian Green #06A18B
Tints of Persian Green #06A18B
RGB
CMYK
RGB Variations
Color information
#06A18B (or 0x06A18B) is known color: Persian Green. HEX triplet: 06, A1 and 8B. RGB value is (6,161,139). Sum of RGB (Red+Green+Blue) = 6+161+139=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #06A18B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A18B is #F95E74. Grayscale: #707070. Windows color (decimal): -16342645 or 9150726. OLE color: 9150726.
HSL color Cylindrical-coordinate representation of color #06A18B: hue angle of 171.48º 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 #06A18B is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 161 | 139 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.37 |
| HSL | 171.48º | 0.93% | 0.33% | - |
| HSV(B) | 171.48º | 0.96% | 0.63% | - |
| XYZ | 17.48 | 27.39 | 28.79 | - |
| YUV | 112.15 | 143.15 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 161 | 139 | 0.96 | 0 | 0.14 | 0.37 | 171.48 | 0.93 | 0.33 |
| Hex | 6 | A1 | 8B | 60 | 0 | E | 25 | AB | 5D | 21 |
| Octal | 6 | 241 | 213 | 140 | 0 | 16 | 45 | 253 | 135 | 41 |
| Binary | 110 | 10100001 | 10001011 | 1100000 | 0 | 1110 | 100101 | 10101011 | 1011101 | 100001 |
Color Harmonies of #06A18B
Complementary color
Monochromatic Colors of #06A18B
Black with #06A18B
Text Example
Text Example
White with #06A18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A18B; }
p { color: rgb(6,161,139); }
H1.HeaderClassName
{
color: #06A18B;
}
.AnyTagClassName
{
color: #06A18B;
}
</style>
background-color css
<style>
a { background-color: #06A18B; }
a { background-color: rgb(6,161,139); }
div.DivClassName
{
background-color: #06A18B;
}
.BgClassName
{
background-color: #06A18B;
}
</style>
border-color css
<style>
span { border-color: #06A18B; }
span { border-color: rgb(6,161,139); }
td.TdClassName
{
border-color: #06A18B;
}
.TagClassName
{
border-color: #06A18B;
}
</style>