Shades of Persian Green #089997
Tints of Persian Green #089997
RGB
CMYK
RGB Variations
Color information
#089997 (or 0x089997) is known color: Persian Green. HEX triplet: 08, 99 and 97. RGB value is (8,153,151). Sum of RGB (Red+Green+Blue) = 8+153+151=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #089997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089997 is #F76668. Grayscale: #6D6D6D. Windows color (decimal): -16213609 or 9935112. OLE color: 9935112.
HSL color Cylindrical-coordinate representation of color #089997: hue angle of 179.17º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089997 is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 153 | 151 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.4 |
| HSL | 179.17º | 0.9% | 0.32% | - |
| HSV(B) | 179.17º | 0.95% | 0.6% | - |
| XYZ | 17.08 | 25.07 | 33.22 | - |
| YUV | 109.42 | 151.46 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 151 | 0.95 | 0 | 0.01 | 0.4 | 179.17 | 0.9 | 0.32 |
| Hex | 8 | 99 | 97 | 5F | 0 | 1 | 28 | B3 | 5A | 20 |
| Octal | 10 | 231 | 227 | 137 | 0 | 1 | 50 | 263 | 132 | 40 |
| Binary | 1000 | 10011001 | 10010111 | 1011111 | 0 | 1 | 101000 | 10110011 | 1011010 | 100000 |
Color Harmonies of #089997
Complementary color
Monochromatic Colors of #089997
Black with #089997
Text Example
Text Example
White with #089997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089997; }
p { color: rgb(8,153,151); }
H1.HeaderClassName
{
color: #089997;
}
.AnyTagClassName
{
color: #089997;
}
</style>
background-color css
<style>
a { background-color: #089997; }
a { background-color: rgb(8,153,151); }
div.DivClassName
{
background-color: #089997;
}
.BgClassName
{
background-color: #089997;
}
</style>
border-color css
<style>
span { border-color: #089997; }
span { border-color: rgb(8,153,151); }
td.TdClassName
{
border-color: #089997;
}
.TagClassName
{
border-color: #089997;
}
</style>