Shades of Persian Green #089A8D
Tints of Persian Green #089A8D
RGB
CMYK
RGB Variations
Color information
#089A8D (or 0x089A8D) is known color: Persian Green. HEX triplet: 08, 9A and 8D. RGB value is (8,154,141). Sum of RGB (Red+Green+Blue) = 8+154+141=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #089A8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089A8D is #F76572. Grayscale: #6C6C6C. Windows color (decimal): -16213363 or 9280008. OLE color: 9280008.
HSL color Cylindrical-coordinate representation of color #089A8D: hue angle of 174.66º 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 #089A8D is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 154 | 141 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.40 |
| HSL | 174.66º | 0.9% | 0.32% | - |
| HSV(B) | 174.66º | 0.95% | 0.6% | - |
| XYZ | 16.46 | 25.09 | 29.17 | - |
| YUV | 108.86 | 146.13 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 141 | 0.95 | 0 | 0.08 | 0.40 | 174.66 | 0.9 | 0.32 |
| Hex | 8 | 9A | 8D | 5F | 0 | 8 | 28 | AF | 5A | 20 |
| Octal | 10 | 232 | 215 | 137 | 0 | 10 | 50 | 257 | 132 | 40 |
| Binary | 1000 | 10011010 | 10001101 | 1011111 | 0 | 1000 | 101000 | 10101111 | 1011010 | 100000 |
Color Harmonies of #089A8D
Complementary color
Monochromatic Colors of #089A8D
Black with #089A8D
Text Example
Text Example
White with #089A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089A8D; }
p { color: rgb(8,154,141); }
H1.HeaderClassName
{
color: #089A8D;
}
.AnyTagClassName
{
color: #089A8D;
}
</style>
background-color css
<style>
a { background-color: #089A8D; }
a { background-color: rgb(8,154,141); }
div.DivClassName
{
background-color: #089A8D;
}
.BgClassName
{
background-color: #089A8D;
}
</style>
border-color css
<style>
span { border-color: #089A8D; }
span { border-color: rgb(8,154,141); }
td.TdClassName
{
border-color: #089A8D;
}
.TagClassName
{
border-color: #089A8D;
}
</style>