Shades of Persian Green #089D8D
Tints of Persian Green #089D8D
RGB
CMYK
RGB Variations
Color information
#089D8D (or 0x089D8D) is known color: Persian Green. HEX triplet: 08, 9D and 8D. RGB value is (8,157,141). Sum of RGB (Red+Green+Blue) = 8+157+141=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 157 (61.72% from 255 or 51.31% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 157 - color contains mainly: green. Hex color #089D8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089D8D is #F76272. Grayscale: #6E6E6E. Windows color (decimal): -16212595 or 9280776. OLE color: 9280776.
HSL color Cylindrical-coordinate representation of color #089D8D: hue angle of 173.56º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089D8D is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 157 | 141 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.38 |
| HSL | 173.56º | 0.9% | 0.32% | - |
| HSV(B) | 173.56º | 0.95% | 0.62% | - |
| XYZ | 16.96 | 26.09 | 29.34 | - |
| YUV | 110.63 | 145.14 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 157 | 141 | 0.95 | 0 | 0.10 | 0.38 | 173.56 | 0.9 | 0.32 |
| Hex | 8 | 9D | 8D | 5F | 0 | A | 26 | AE | 5A | 20 |
| Octal | 10 | 235 | 215 | 137 | 0 | 12 | 46 | 256 | 132 | 40 |
| Binary | 1000 | 10011101 | 10001101 | 1011111 | 0 | 1010 | 100110 | 10101110 | 1011010 | 100000 |
Color Harmonies of #089D8D
Complementary color
Monochromatic Colors of #089D8D
Black with #089D8D
Text Example
Text Example
White with #089D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089D8D; }
p { color: rgb(8,157,141); }
H1.HeaderClassName
{
color: #089D8D;
}
.AnyTagClassName
{
color: #089D8D;
}
</style>
background-color css
<style>
a { background-color: #089D8D; }
a { background-color: rgb(8,157,141); }
div.DivClassName
{
background-color: #089D8D;
}
.BgClassName
{
background-color: #089D8D;
}
</style>
border-color css
<style>
span { border-color: #089D8D; }
span { border-color: rgb(8,157,141); }
td.TdClassName
{
border-color: #089D8D;
}
.TagClassName
{
border-color: #089D8D;
}
</style>