Shades of Persian Green #089B8E
Tints of Persian Green #089B8E
RGB
CMYK
RGB Variations
Color information
#089B8E (or 0x089B8E) is known color: Persian Green. HEX triplet: 08, 9B and 8E. RGB value is (8,155,142). Sum of RGB (Red+Green+Blue) = 8+155+142=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #089B8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089B8E is #F76471. Grayscale: #6D6D6D. Windows color (decimal): -16213106 or 9345800. OLE color: 9345800.
HSL color Cylindrical-coordinate representation of color #089B8E: hue angle of 174.69º 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 #089B8E is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 155 | 142 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.39 |
| HSL | 174.69º | 0.9% | 0.32% | - |
| HSV(B) | 174.69º | 0.95% | 0.61% | - |
| XYZ | 16.7 | 25.45 | 29.62 | - |
| YUV | 109.57 | 146.3 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 142 | 0.95 | 0 | 0.08 | 0.39 | 174.69 | 0.9 | 0.32 |
| Hex | 8 | 9B | 8E | 5F | 0 | 8 | 27 | AF | 5A | 20 |
| Octal | 10 | 233 | 216 | 137 | 0 | 10 | 47 | 257 | 132 | 40 |
| Binary | 1000 | 10011011 | 10001110 | 1011111 | 0 | 1000 | 100111 | 10101111 | 1011010 | 100000 |
Color Harmonies of #089B8E
Complementary color
Monochromatic Colors of #089B8E
Black with #089B8E
Text Example
Text Example
White with #089B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089B8E; }
p { color: rgb(8,155,142); }
H1.HeaderClassName
{
color: #089B8E;
}
.AnyTagClassName
{
color: #089B8E;
}
</style>
background-color css
<style>
a { background-color: #089B8E; }
a { background-color: rgb(8,155,142); }
div.DivClassName
{
background-color: #089B8E;
}
.BgClassName
{
background-color: #089B8E;
}
</style>
border-color css
<style>
span { border-color: #089B8E; }
span { border-color: rgb(8,155,142); }
td.TdClassName
{
border-color: #089B8E;
}
.TagClassName
{
border-color: #089B8E;
}
</style>