Shades of Persian Green #06A192
Tints of Persian Green #06A192
RGB
CMYK
RGB Variations
Color information
#06A192 (or 0x06A192) is known color: Persian Green. HEX triplet: 06, A1 and 92. RGB value is (6,161,146). Sum of RGB (Red+Green+Blue) = 6+161+146=313 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #06A192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A192 is #F95E6D. Grayscale: #707070. Windows color (decimal): -16342638 or 9609478. OLE color: 9609478.
HSL color Cylindrical-coordinate representation of color #06A192: hue angle of 174.19º 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 #06A192 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 161 | 146 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.37 |
| HSL | 174.19º | 0.93% | 0.33% | - |
| HSV(B) | 174.19º | 0.96% | 0.63% | - |
| XYZ | 18.01 | 27.6 | 31.57 | - |
| YUV | 112.95 | 146.65 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 161 | 146 | 0.96 | 0 | 0.09 | 0.37 | 174.19 | 0.93 | 0.33 |
| Hex | 6 | A1 | 92 | 60 | 0 | 9 | 25 | AE | 5D | 21 |
| Octal | 6 | 241 | 222 | 140 | 0 | 11 | 45 | 256 | 135 | 41 |
| Binary | 110 | 10100001 | 10010010 | 1100000 | 0 | 1001 | 100101 | 10101110 | 1011101 | 100001 |
Color Harmonies of #06A192
Complementary color
Monochromatic Colors of #06A192
Black with #06A192
Text Example
Text Example
White with #06A192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A192; }
p { color: rgb(6,161,146); }
H1.HeaderClassName
{
color: #06A192;
}
.AnyTagClassName
{
color: #06A192;
}
</style>
background-color css
<style>
a { background-color: #06A192; }
a { background-color: rgb(6,161,146); }
div.DivClassName
{
background-color: #06A192;
}
.BgClassName
{
background-color: #06A192;
}
</style>
border-color css
<style>
span { border-color: #06A192; }
span { border-color: rgb(6,161,146); }
td.TdClassName
{
border-color: #06A192;
}
.TagClassName
{
border-color: #06A192;
}
</style>