Shades of Persian Green #08ADA4
Tints of Persian Green #08ADA4
RGB
CMYK
RGB Variations
Color information
#08ADA4 (or 0x08ADA4) is known color: Persian Green. HEX triplet: 08, AD and A4. RGB value is (8,173,164). Sum of RGB (Red+Green+Blue) = 8+173+164=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #08ADA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08ADA4 is #F7525B. Grayscale: #7A7A7A. Windows color (decimal): -16208476 or 10792200. OLE color: 10792200.
HSL color Cylindrical-coordinate representation of color #08ADA4: hue angle of 176.73º 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 #08ADA4 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 173 | 164 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.32 |
| HSL | 176.73º | 0.91% | 0.35% | - |
| HSV(B) | 176.73º | 0.95% | 0.68% | - |
| XYZ | 21.74 | 32.62 | 40.27 | - |
| YUV | 122.64 | 151.34 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 173 | 164 | 0.95 | 0 | 0.05 | 0.32 | 176.73 | 0.91 | 0.35 |
| Hex | 8 | AD | A4 | 5F | 0 | 5 | 20 | B1 | 5B | 23 |
| Octal | 10 | 255 | 244 | 137 | 0 | 5 | 40 | 261 | 133 | 43 |
| Binary | 1000 | 10101101 | 10100100 | 1011111 | 0 | 101 | 100000 | 10110001 | 1011011 | 100011 |
Color Harmonies of #08ADA4
Complementary color
Monochromatic Colors of #08ADA4
Black with #08ADA4
Text Example
Text Example
White with #08ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ADA4; }
p { color: rgb(8,173,164); }
H1.HeaderClassName
{
color: #08ADA4;
}
.AnyTagClassName
{
color: #08ADA4;
}
</style>
background-color css
<style>
a { background-color: #08ADA4; }
a { background-color: rgb(8,173,164); }
div.DivClassName
{
background-color: #08ADA4;
}
.BgClassName
{
background-color: #08ADA4;
}
</style>
border-color css
<style>
span { border-color: #08ADA4; }
span { border-color: rgb(8,173,164); }
td.TdClassName
{
border-color: #08ADA4;
}
.TagClassName
{
border-color: #08ADA4;
}
</style>