Shades of Persian Green #08A685
Tints of Persian Green #08A685
RGB
CMYK
RGB Variations
Color information
#08A685 (or 0x08A685) is known color: Persian Green. HEX triplet: 08, A6 and 85. RGB value is (8,166,133). Sum of RGB (Red+Green+Blue) = 8+166+133=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 166 (65.23% from 255 or 54.07% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 166 - color contains mainly: green. Hex color #08A685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A685 is #F7597A. Grayscale: #727272. Windows color (decimal): -16210299 or 8758792. OLE color: 8758792.
HSL color Cylindrical-coordinate representation of color #08A685: hue angle of 167.47º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A685 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 166 | 133 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.35 |
| HSL | 167.47º | 0.91% | 0.34% | - |
| HSV(B) | 167.47º | 0.95% | 0.65% | - |
| XYZ | 17.97 | 29.02 | 26.84 | - |
| YUV | 115 | 138.15 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 166 | 133 | 0.95 | 0 | 0.20 | 0.35 | 167.47 | 0.91 | 0.34 |
| Hex | 8 | A6 | 85 | 5F | 0 | 14 | 23 | A7 | 5B | 22 |
| Octal | 10 | 246 | 205 | 137 | 0 | 24 | 43 | 247 | 133 | 42 |
| Binary | 1000 | 10100110 | 10000101 | 1011111 | 0 | 10100 | 100011 | 10100111 | 1011011 | 100010 |
Color Harmonies of #08A685
Complementary color
Monochromatic Colors of #08A685
Black with #08A685
Text Example
Text Example
White with #08A685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A685; }
p { color: rgb(8,166,133); }
H1.HeaderClassName
{
color: #08A685;
}
.AnyTagClassName
{
color: #08A685;
}
</style>
background-color css
<style>
a { background-color: #08A685; }
a { background-color: rgb(8,166,133); }
div.DivClassName
{
background-color: #08A685;
}
.BgClassName
{
background-color: #08A685;
}
</style>
border-color css
<style>
span { border-color: #08A685; }
span { border-color: rgb(8,166,133); }
td.TdClassName
{
border-color: #08A685;
}
.TagClassName
{
border-color: #08A685;
}
</style>