Shades of Persian Green #08A69D
Tints of Persian Green #08A69D
RGB
CMYK
RGB Variations
Color information
#08A69D (or 0x08A69D) is known color: Persian Green. HEX triplet: 08, A6 and 9D. RGB value is (8,166,157). Sum of RGB (Red+Green+Blue) = 8+166+157=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 166 (65.23% from 255 or 50.15% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 166 - color contains mainly: green. Hex color #08A69D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A69D is #F75962. Grayscale: #757575. Windows color (decimal): -16210275 or 10331656. OLE color: 10331656.
HSL color Cylindrical-coordinate representation of color #08A69D: hue angle of 176.58º 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 #08A69D is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 166 | 157 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.35 |
| HSL | 176.58º | 0.91% | 0.34% | - |
| HSV(B) | 176.58º | 0.95% | 0.65% | - |
| XYZ | 19.82 | 29.76 | 36.6 | - |
| YUV | 117.73 | 150.15 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 166 | 157 | 0.95 | 0 | 0.05 | 0.35 | 176.58 | 0.91 | 0.34 |
| Hex | 8 | A6 | 9D | 5F | 0 | 5 | 23 | B1 | 5B | 22 |
| Octal | 10 | 246 | 235 | 137 | 0 | 5 | 43 | 261 | 133 | 42 |
| Binary | 1000 | 10100110 | 10011101 | 1011111 | 0 | 101 | 100011 | 10110001 | 1011011 | 100010 |
Color Harmonies of #08A69D
Complementary color
Monochromatic Colors of #08A69D
Black with #08A69D
Text Example
Text Example
White with #08A69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A69D; }
p { color: rgb(8,166,157); }
H1.HeaderClassName
{
color: #08A69D;
}
.AnyTagClassName
{
color: #08A69D;
}
</style>
background-color css
<style>
a { background-color: #08A69D; }
a { background-color: rgb(8,166,157); }
div.DivClassName
{
background-color: #08A69D;
}
.BgClassName
{
background-color: #08A69D;
}
</style>
border-color css
<style>
span { border-color: #08A69D; }
span { border-color: rgb(8,166,157); }
td.TdClassName
{
border-color: #08A69D;
}
.TagClassName
{
border-color: #08A69D;
}
</style>