Shades of Persian Green #08A7A7
Tints of Persian Green #08A7A7
RGB
CMYK
RGB Variations
Color information
#08A7A7 (or 0x08A7A7) is known color: Persian Green. HEX triplet: 08, A7 and A7. RGB value is (8,167,167). Sum of RGB (Red+Green+Blue) = 8+167+167=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 167 (65.62% from 255 or 48.83% from 342); Blue value is 167 (65.62% from 255 or 48.83% from 342); Max value from RGB is 167 - color contains mainly: green, blue. Hex color #08A7A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A7A7 is #F75858. Grayscale: #777777. Windows color (decimal): -16210009 or 10987272. OLE color: 10987272.
HSL color Cylindrical-coordinate representation of color #08A7A7: hue angle of 180º 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 #08A7A7 is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 167 | 167 | - |
| CMYK | 0.95 | 0 | 0 | 0.35 |
| HSL | 180º | 0.91% | 0.34% | - |
| HSV(B) | 180º | 0.95% | 0.65% | - |
| XYZ | 20.89 | 30.48 | 41.34 | - |
| YUV | 119.46 | 154.82 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 167 | 167 | 0.95 | 0 | 0 | 0.35 | 180 | 0.91 | 0.34 |
| Hex | 8 | A7 | A7 | 5F | 0 | 0 | 23 | B4 | 5B | 22 |
| Octal | 10 | 247 | 247 | 137 | 0 | 0 | 43 | 264 | 133 | 42 |
| Binary | 1000 | 10100111 | 10100111 | 1011111 | 0 | 0 | 100011 | 10110100 | 1011011 | 100010 |
Color Harmonies of #08A7A7
Complementary color
Monochromatic Colors of #08A7A7
Black with #08A7A7
Text Example
Text Example
White with #08A7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A7A7; }
p { color: rgb(8,167,167); }
H1.HeaderClassName
{
color: #08A7A7;
}
.AnyTagClassName
{
color: #08A7A7;
}
</style>
background-color css
<style>
a { background-color: #08A7A7; }
a { background-color: rgb(8,167,167); }
div.DivClassName
{
background-color: #08A7A7;
}
.BgClassName
{
background-color: #08A7A7;
}
</style>
border-color css
<style>
span { border-color: #08A7A7; }
span { border-color: rgb(8,167,167); }
td.TdClassName
{
border-color: #08A7A7;
}
.TagClassName
{
border-color: #08A7A7;
}
</style>