Shades of Persian Green #06A19F
Tints of Persian Green #06A19F
RGB
CMYK
RGB Variations
Color information
#06A19F (or 0x06A19F) is known color: Persian Green. HEX triplet: 06, A1 and 9F. RGB value is (6,161,159). Sum of RGB (Red+Green+Blue) = 6+161+159=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #06A19F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A19F is #F95E60. Grayscale: #727272. Windows color (decimal): -16342625 or 10461446. OLE color: 10461446.
HSL color Cylindrical-coordinate representation of color #06A19F: hue angle of 179.23º 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 #06A19F is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 161 | 159 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.37 |
| HSL | 179.23º | 0.93% | 0.33% | - |
| HSV(B) | 179.23º | 0.96% | 0.63% | - |
| XYZ | 19.08 | 28.03 | 37.21 | - |
| YUV | 114.43 | 153.15 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 161 | 159 | 0.96 | 0 | 0.01 | 0.37 | 179.23 | 0.93 | 0.33 |
| Hex | 6 | A1 | 9F | 60 | 0 | 1 | 25 | B3 | 5D | 21 |
| Octal | 6 | 241 | 237 | 140 | 0 | 1 | 45 | 263 | 135 | 41 |
| Binary | 110 | 10100001 | 10011111 | 1100000 | 0 | 1 | 100101 | 10110011 | 1011101 | 100001 |
Color Harmonies of #06A19F
Complementary color
Monochromatic Colors of #06A19F
Black with #06A19F
Text Example
Text Example
White with #06A19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A19F; }
p { color: rgb(6,161,159); }
H1.HeaderClassName
{
color: #06A19F;
}
.AnyTagClassName
{
color: #06A19F;
}
</style>
background-color css
<style>
a { background-color: #06A19F; }
a { background-color: rgb(6,161,159); }
div.DivClassName
{
background-color: #06A19F;
}
.BgClassName
{
background-color: #06A19F;
}
</style>
border-color css
<style>
span { border-color: #06A19F; }
span { border-color: rgb(6,161,159); }
td.TdClassName
{
border-color: #06A19F;
}
.TagClassName
{
border-color: #06A19F;
}
</style>