Shades of Persian Green #089C9E
Tints of Persian Green #089C9E
RGB
CMYK
RGB Variations
Color information
#089C9E (or 0x089C9E) is known color: Persian Green. HEX triplet: 08, 9C and 9E. RGB value is (8,156,158). Sum of RGB (Red+Green+Blue) = 8+156+158=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #089C9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089C9E is #F76361. Grayscale: #6F6F6F. Windows color (decimal): -16212834 or 10394632. OLE color: 10394632.
HSL color Cylindrical-coordinate representation of color #089C9E: hue angle of 180.8º 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 #089C9E is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 156 | 158 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.38 |
| HSL | 180.8º | 0.9% | 0.33% | - |
| HSV(B) | 180.8º | 0.95% | 0.62% | - |
| XYZ | 18.16 | 26.3 | 36.47 | - |
| YUV | 111.98 | 153.97 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 158 | 0.95 | 0.01 | 0 | 0.38 | 180.8 | 0.9 | 0.33 |
| Hex | 8 | 9C | 9E | 5F | 1 | 0 | 26 | B5 | 5A | 21 |
| Octal | 10 | 234 | 236 | 137 | 1 | 0 | 46 | 265 | 132 | 41 |
| Binary | 1000 | 10011100 | 10011110 | 1011111 | 1 | 0 | 100110 | 10110101 | 1011010 | 100001 |
Color Harmonies of #089C9E
Complementary color
Monochromatic Colors of #089C9E
Black with #089C9E
Text Example
Text Example
White with #089C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089C9E; }
p { color: rgb(8,156,158); }
H1.HeaderClassName
{
color: #089C9E;
}
.AnyTagClassName
{
color: #089C9E;
}
</style>
background-color css
<style>
a { background-color: #089C9E; }
a { background-color: rgb(8,156,158); }
div.DivClassName
{
background-color: #089C9E;
}
.BgClassName
{
background-color: #089C9E;
}
</style>
border-color css
<style>
span { border-color: #089C9E; }
span { border-color: rgb(8,156,158); }
td.TdClassName
{
border-color: #089C9E;
}
.TagClassName
{
border-color: #089C9E;
}
</style>