Shades of Persian Green #089FA0
Tints of Persian Green #089FA0
RGB
CMYK
RGB Variations
Color information
#089FA0 (or 0x089FA0) is known color: Persian Green. HEX triplet: 08, 9F and A0. RGB value is (8,159,160). Sum of RGB (Red+Green+Blue) = 8+159+160=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 160 (62.89% from 255 or 48.93% from 327); Max value from RGB is 160 - color contains mainly: blue. Hex color #089FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089FA0 is #F7605F. Grayscale: #717171. Windows color (decimal): -16212064 or 10526472. OLE color: 10526472.
HSL color Cylindrical-coordinate representation of color #089FA0: hue angle of 180.39º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089FA0 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 159 | 160 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.37 |
| HSL | 180.39º | 0.9% | 0.33% | - |
| HSV(B) | 180.39º | 0.95% | 0.63% | - |
| XYZ | 18.84 | 27.39 | 37.55 | - |
| YUV | 113.97 | 153.97 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 160 | 0.95 | 0.01 | 0 | 0.37 | 180.39 | 0.9 | 0.33 |
| Hex | 8 | 9F | A0 | 5F | 1 | 0 | 25 | B4 | 5A | 21 |
| Octal | 10 | 237 | 240 | 137 | 1 | 0 | 45 | 264 | 132 | 41 |
| Binary | 1000 | 10011111 | 10100000 | 1011111 | 1 | 0 | 100101 | 10110100 | 1011010 | 100001 |
Color Harmonies of #089FA0
Complementary color
Monochromatic Colors of #089FA0
Black with #089FA0
Text Example
Text Example
White with #089FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089FA0; }
p { color: rgb(8,159,160); }
H1.HeaderClassName
{
color: #089FA0;
}
.AnyTagClassName
{
color: #089FA0;
}
</style>
background-color css
<style>
a { background-color: #089FA0; }
a { background-color: rgb(8,159,160); }
div.DivClassName
{
background-color: #089FA0;
}
.BgClassName
{
background-color: #089FA0;
}
</style>
border-color css
<style>
span { border-color: #089FA0; }
span { border-color: rgb(8,159,160); }
td.TdClassName
{
border-color: #089FA0;
}
.TagClassName
{
border-color: #089FA0;
}
</style>