Shades of Persian Green #089A8A
Tints of Persian Green #089A8A
RGB
CMYK
RGB Variations
Color information
#089A8A (or 0x089A8A) is known color: Persian Green. HEX triplet: 08, 9A and 8A. RGB value is (8,154,138). Sum of RGB (Red+Green+Blue) = 8+154+138=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 154 (60.55% from 255 or 51.33% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 154 - color contains mainly: green. Hex color #089A8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089A8A is #F76575. Grayscale: #6C6C6C. Windows color (decimal): -16213366 or 9083400. OLE color: 9083400.
HSL color Cylindrical-coordinate representation of color #089A8A: hue angle of 173.42º 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 #089A8A is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 154 | 138 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.40 |
| HSL | 173.42º | 0.9% | 0.32% | - |
| HSV(B) | 173.42º | 0.95% | 0.6% | - |
| XYZ | 16.24 | 25 | 28.01 | - |
| YUV | 108.52 | 144.63 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 138 | 0.95 | 0 | 0.10 | 0.40 | 173.42 | 0.9 | 0.32 |
| Hex | 8 | 9A | 8A | 5F | 0 | A | 28 | AD | 5A | 20 |
| Octal | 10 | 232 | 212 | 137 | 0 | 12 | 50 | 255 | 132 | 40 |
| Binary | 1000 | 10011010 | 10001010 | 1011111 | 0 | 1010 | 101000 | 10101101 | 1011010 | 100000 |
Color Harmonies of #089A8A
Complementary color
Monochromatic Colors of #089A8A
Black with #089A8A
Text Example
Text Example
White with #089A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089A8A; }
p { color: rgb(8,154,138); }
H1.HeaderClassName
{
color: #089A8A;
}
.AnyTagClassName
{
color: #089A8A;
}
</style>
background-color css
<style>
a { background-color: #089A8A; }
a { background-color: rgb(8,154,138); }
div.DivClassName
{
background-color: #089A8A;
}
.BgClassName
{
background-color: #089A8A;
}
</style>
border-color css
<style>
span { border-color: #089A8A; }
span { border-color: rgb(8,154,138); }
td.TdClassName
{
border-color: #089A8A;
}
.TagClassName
{
border-color: #089A8A;
}
</style>