Shades of Persian Green #089D85
Tints of Persian Green #089D85
RGB
CMYK
RGB Variations
Color information
#089D85 (or 0x089D85) is known color: Persian Green. HEX triplet: 08, 9D and 85. RGB value is (8,157,133). Sum of RGB (Red+Green+Blue) = 8+157+133=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 157 (61.72% from 255 or 52.68% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 157 - color contains mainly: green. Hex color #089D85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089D85 is #F7627A. Grayscale: #6D6D6D. Windows color (decimal): -16212603 or 8756488. OLE color: 8756488.
HSL color Cylindrical-coordinate representation of color #089D85: hue angle of 170.34º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089D85 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 157 | 133 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.38 |
| HSL | 170.34º | 0.9% | 0.32% | - |
| HSV(B) | 170.34º | 0.95% | 0.62% | - |
| XYZ | 16.39 | 25.86 | 26.32 | - |
| YUV | 109.71 | 141.14 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 157 | 133 | 0.95 | 0 | 0.15 | 0.38 | 170.34 | 0.9 | 0.32 |
| Hex | 8 | 9D | 85 | 5F | 0 | F | 26 | AA | 5A | 20 |
| Octal | 10 | 235 | 205 | 137 | 0 | 17 | 46 | 252 | 132 | 40 |
| Binary | 1000 | 10011101 | 10000101 | 1011111 | 0 | 1111 | 100110 | 10101010 | 1011010 | 100000 |
Color Harmonies of #089D85
Complementary color
Monochromatic Colors of #089D85
Black with #089D85
Text Example
Text Example
White with #089D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089D85; }
p { color: rgb(8,157,133); }
H1.HeaderClassName
{
color: #089D85;
}
.AnyTagClassName
{
color: #089D85;
}
</style>
background-color css
<style>
a { background-color: #089D85; }
a { background-color: rgb(8,157,133); }
div.DivClassName
{
background-color: #089D85;
}
.BgClassName
{
background-color: #089D85;
}
</style>
border-color css
<style>
span { border-color: #089D85; }
span { border-color: rgb(8,157,133); }
td.TdClassName
{
border-color: #089D85;
}
.TagClassName
{
border-color: #089D85;
}
</style>