Shades of Persian Green #08AD9E
Tints of Persian Green #08AD9E
RGB
CMYK
RGB Variations
Color information
#08AD9E (or 0x08AD9E) is known color: Persian Green. HEX triplet: 08, AD and 9E. RGB value is (8,173,158). Sum of RGB (Red+Green+Blue) = 8+173+158=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #08AD9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AD9E is #F75261. Grayscale: #797979. Windows color (decimal): -16208482 or 10398984. OLE color: 10398984.
HSL color Cylindrical-coordinate representation of color #08AD9E: hue angle of 174.55º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AD9E is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
RGB | 8 | 173 | 158 | - |
CMYK | 0.95 | 0 | 0.09 | 0.32 |
HSL | 174.55º | 0.91% | 0.35% | - |
HSV(B) | 174.55º | 0.95% | 0.68% | - |
XYZ | 21.22 | 32.41 | 37.48 | - |
YUV | 121.96 | 148.34 | 46.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 173 | 158 | 0.95 | 0 | 0.09 | 0.32 | 174.55 | 0.91 | 0.35 |
Hex | 8 | AD | 9E | 5F | 0 | 9 | 20 | AF | 5B | 23 |
Octal | 10 | 255 | 236 | 137 | 0 | 11 | 40 | 257 | 133 | 43 |
Binary | 1000 | 10101101 | 10011110 | 1011111 | 0 | 1001 | 100000 | 10101111 | 1011011 | 100011 |
Color Harmonies of #08AD9E
Complementary color
Monochromatic Colors of #08AD9E
Black with #08AD9E
Text Example
Text Example
White with #08AD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AD9E; }
p { color: rgb(8,173,158); }
H1.HeaderClassName
{
color: #08AD9E;
}
.AnyTagClassName
{
color: #08AD9E;
}
</style>
background-color css
<style>
a { background-color: #08AD9E; }
a { background-color: rgb(8,173,158); }
div.DivClassName
{
background-color: #08AD9E;
}
.BgClassName
{
background-color: #08AD9E;
}
</style>
border-color css
<style>
span { border-color: #08AD9E; }
span { border-color: rgb(8,173,158); }
td.TdClassName
{
border-color: #08AD9E;
}
.TagClassName
{
border-color: #08AD9E;
}
</style>