Shades of Persian Green #089A8C
Tints of Persian Green #089A8C
RGB
CMYK
RGB Variations
Color information
#089A8C (or 0x089A8C) is known color: Persian Green. HEX triplet: 08, 9A and 8C. RGB value is (8,154,140). Sum of RGB (Red+Green+Blue) = 8+154+140=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 154 (60.55% from 255 or 50.99% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 154 - color contains mainly: green. Hex color #089A8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089A8C is #F76573. Grayscale: #6C6C6C. Windows color (decimal): -16213364 or 9214472. OLE color: 9214472.
HSL color Cylindrical-coordinate representation of color #089A8C: hue angle of 174.25º 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 #089A8C is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 154 | 140 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.40 |
| HSL | 174.25º | 0.9% | 0.32% | - |
| HSV(B) | 174.25º | 0.95% | 0.6% | - |
| XYZ | 16.39 | 25.06 | 28.78 | - |
| YUV | 108.75 | 145.63 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 140 | 0.95 | 0 | 0.09 | 0.40 | 174.25 | 0.9 | 0.32 |
| Hex | 8 | 9A | 8C | 5F | 0 | 9 | 28 | AE | 5A | 20 |
| Octal | 10 | 232 | 214 | 137 | 0 | 11 | 50 | 256 | 132 | 40 |
| Binary | 1000 | 10011010 | 10001100 | 1011111 | 0 | 1001 | 101000 | 10101110 | 1011010 | 100000 |
Color Harmonies of #089A8C
Complementary color
Monochromatic Colors of #089A8C
Black with #089A8C
Text Example
Text Example
White with #089A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089A8C; }
p { color: rgb(8,154,140); }
H1.HeaderClassName
{
color: #089A8C;
}
.AnyTagClassName
{
color: #089A8C;
}
</style>
background-color css
<style>
a { background-color: #089A8C; }
a { background-color: rgb(8,154,140); }
div.DivClassName
{
background-color: #089A8C;
}
.BgClassName
{
background-color: #089A8C;
}
</style>
border-color css
<style>
span { border-color: #089A8C; }
span { border-color: rgb(8,154,140); }
td.TdClassName
{
border-color: #089A8C;
}
.TagClassName
{
border-color: #089A8C;
}
</style>