Shades of Persian Green #06A49B
Tints of Persian Green #06A49B
RGB
CMYK
RGB Variations
Color information
#06A49B (or 0x06A49B) is known color: Persian Green. HEX triplet: 06, A4 and 9B. RGB value is (6,164,155). Sum of RGB (Red+Green+Blue) = 6+164+155=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #06A49B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A49B is #F95B64. Grayscale: #737373. Windows color (decimal): -16341861 or 10200070. OLE color: 10200070.
HSL color Cylindrical-coordinate representation of color #06A49B: hue angle of 176.58º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A49B is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 164 | 155 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.36 |
| HSL | 176.58º | 0.93% | 0.33% | - |
| HSV(B) | 176.58º | 0.96% | 0.64% | - |
| XYZ | 19.27 | 28.96 | 35.58 | - |
| YUV | 115.73 | 150.15 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 164 | 155 | 0.96 | 0 | 0.05 | 0.36 | 176.58 | 0.93 | 0.33 |
| Hex | 6 | A4 | 9B | 60 | 0 | 5 | 24 | B1 | 5D | 21 |
| Octal | 6 | 244 | 233 | 140 | 0 | 5 | 44 | 261 | 135 | 41 |
| Binary | 110 | 10100100 | 10011011 | 1100000 | 0 | 101 | 100100 | 10110001 | 1011101 | 100001 |
Color Harmonies of #06A49B
Complementary color
Monochromatic Colors of #06A49B
Black with #06A49B
Text Example
Text Example
White with #06A49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A49B; }
p { color: rgb(6,164,155); }
H1.HeaderClassName
{
color: #06A49B;
}
.AnyTagClassName
{
color: #06A49B;
}
</style>
background-color css
<style>
a { background-color: #06A49B; }
a { background-color: rgb(6,164,155); }
div.DivClassName
{
background-color: #06A49B;
}
.BgClassName
{
background-color: #06A49B;
}
</style>
border-color css
<style>
span { border-color: #06A49B; }
span { border-color: rgb(6,164,155); }
td.TdClassName
{
border-color: #06A49B;
}
.TagClassName
{
border-color: #06A49B;
}
</style>