Shades of Persian Green #089E85
Tints of Persian Green #089E85
RGB
CMYK
RGB Variations
Color information
#089E85 (or 0x089E85) is known color: Persian Green. HEX triplet: 08, 9E and 85. RGB value is (8,158,133). Sum of RGB (Red+Green+Blue) = 8+158+133=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 158 (62.11% from 255 or 52.84% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 158 - color contains mainly: green. Hex color #089E85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089E85 is #F7617A. Grayscale: #6E6E6E. Windows color (decimal): -16212347 or 8756744. OLE color: 8756744.
HSL color Cylindrical-coordinate representation of color #089E85: hue angle of 170º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089E85 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 158 | 133 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.38 |
| HSL | 170º | 0.9% | 0.33% | - |
| HSV(B) | 170º | 0.95% | 0.62% | - |
| XYZ | 16.56 | 26.2 | 26.37 | - |
| YUV | 110.3 | 140.81 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 133 | 0.95 | 0 | 0.16 | 0.38 | 170 | 0.9 | 0.33 |
| Hex | 8 | 9E | 85 | 5F | 0 | 10 | 26 | AA | 5A | 21 |
| Octal | 10 | 236 | 205 | 137 | 0 | 20 | 46 | 252 | 132 | 41 |
| Binary | 1000 | 10011110 | 10000101 | 1011111 | 0 | 10000 | 100110 | 10101010 | 1011010 | 100001 |
Color Harmonies of #089E85
Complementary color
Monochromatic Colors of #089E85
Black with #089E85
Text Example
Text Example
White with #089E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089E85; }
p { color: rgb(8,158,133); }
H1.HeaderClassName
{
color: #089E85;
}
.AnyTagClassName
{
color: #089E85;
}
</style>
background-color css
<style>
a { background-color: #089E85; }
a { background-color: rgb(8,158,133); }
div.DivClassName
{
background-color: #089E85;
}
.BgClassName
{
background-color: #089E85;
}
</style>
border-color css
<style>
span { border-color: #089E85; }
span { border-color: rgb(8,158,133); }
td.TdClassName
{
border-color: #089E85;
}
.TagClassName
{
border-color: #089E85;
}
</style>