Shades of Persian Green #06A08F
Tints of Persian Green #06A08F
RGB
CMYK
RGB Variations
Color information
#06A08F (or 0x06A08F) is known color: Persian Green. HEX triplet: 06, A0 and 8F. RGB value is (6,160,143). Sum of RGB (Red+Green+Blue) = 6+160+143=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #06A08F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A08F is #F95F70. Grayscale: #6F6F6F. Windows color (decimal): -16342897 or 9412614. OLE color: 9412614.
HSL color Cylindrical-coordinate representation of color #06A08F: hue angle of 173.38º 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 #06A08F is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 160 | 143 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.37 |
| HSL | 173.38º | 0.93% | 0.33% | - |
| HSV(B) | 173.38º | 0.96% | 0.63% | - |
| XYZ | 17.6 | 27.16 | 30.3 | - |
| YUV | 112.02 | 145.48 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 160 | 143 | 0.96 | 0 | 0.11 | 0.37 | 173.38 | 0.93 | 0.33 |
| Hex | 6 | A0 | 8F | 60 | 0 | B | 25 | AD | 5D | 21 |
| Octal | 6 | 240 | 217 | 140 | 0 | 13 | 45 | 255 | 135 | 41 |
| Binary | 110 | 10100000 | 10001111 | 1100000 | 0 | 1011 | 100101 | 10101101 | 1011101 | 100001 |
Color Harmonies of #06A08F
Complementary color
Monochromatic Colors of #06A08F
Black with #06A08F
Text Example
Text Example
White with #06A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A08F; }
p { color: rgb(6,160,143); }
H1.HeaderClassName
{
color: #06A08F;
}
.AnyTagClassName
{
color: #06A08F;
}
</style>
background-color css
<style>
a { background-color: #06A08F; }
a { background-color: rgb(6,160,143); }
div.DivClassName
{
background-color: #06A08F;
}
.BgClassName
{
background-color: #06A08F;
}
</style>
border-color css
<style>
span { border-color: #06A08F; }
span { border-color: rgb(6,160,143); }
td.TdClassName
{
border-color: #06A08F;
}
.TagClassName
{
border-color: #06A08F;
}
</style>