Shades of Persian Green #089C86
Tints of Persian Green #089C86
RGB
CMYK
RGB Variations
Color information
#089C86 (or 0x089C86) is known color: Persian Green. HEX triplet: 08, 9C and 86. RGB value is (8,156,134). Sum of RGB (Red+Green+Blue) = 8+156+134=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 156 (61.33% from 255 or 52.35% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 156 - color contains mainly: green. Hex color #089C86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089C86 is #F76379. Grayscale: #6D6D6D. Windows color (decimal): -16212858 or 8821768. OLE color: 8821768.
HSL color Cylindrical-coordinate representation of color #089C86: hue angle of 171.08º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089C86 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 156 | 134 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.39 |
| HSL | 171.08º | 0.9% | 0.32% | - |
| HSV(B) | 171.08º | 0.95% | 0.61% | - |
| XYZ | 16.29 | 25.55 | 26.63 | - |
| YUV | 109.24 | 141.97 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 134 | 0.95 | 0 | 0.14 | 0.39 | 171.08 | 0.9 | 0.32 |
| Hex | 8 | 9C | 86 | 5F | 0 | E | 27 | AB | 5A | 20 |
| Octal | 10 | 234 | 206 | 137 | 0 | 16 | 47 | 253 | 132 | 40 |
| Binary | 1000 | 10011100 | 10000110 | 1011111 | 0 | 1110 | 100111 | 10101011 | 1011010 | 100000 |
Color Harmonies of #089C86
Complementary color
Monochromatic Colors of #089C86
Black with #089C86
Text Example
Text Example
White with #089C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089C86; }
p { color: rgb(8,156,134); }
H1.HeaderClassName
{
color: #089C86;
}
.AnyTagClassName
{
color: #089C86;
}
</style>
background-color css
<style>
a { background-color: #089C86; }
a { background-color: rgb(8,156,134); }
div.DivClassName
{
background-color: #089C86;
}
.BgClassName
{
background-color: #089C86;
}
</style>
border-color css
<style>
span { border-color: #089C86; }
span { border-color: rgb(8,156,134); }
td.TdClassName
{
border-color: #089C86;
}
.TagClassName
{
border-color: #089C86;
}
</style>