Shades of Persian Green #089C8D
Tints of Persian Green #089C8D
RGB
CMYK
RGB Variations
Color information
#089C8D (or 0x089C8D) is known color: Persian Green. HEX triplet: 08, 9C and 8D. RGB value is (8,156,141). Sum of RGB (Red+Green+Blue) = 8+156+141=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #089C8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089C8D is #F76372. Grayscale: #6D6D6D. Windows color (decimal): -16212851 or 9280520. OLE color: 9280520.
HSL color Cylindrical-coordinate representation of color #089C8D: hue angle of 173.92º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089C8D is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 156 | 141 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.39 |
| HSL | 173.92º | 0.9% | 0.32% | - |
| HSV(B) | 173.92º | 0.95% | 0.61% | - |
| XYZ | 16.8 | 25.75 | 29.28 | - |
| YUV | 110.04 | 145.47 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 141 | 0.95 | 0 | 0.10 | 0.39 | 173.92 | 0.9 | 0.32 |
| Hex | 8 | 9C | 8D | 5F | 0 | A | 27 | AE | 5A | 20 |
| Octal | 10 | 234 | 215 | 137 | 0 | 12 | 47 | 256 | 132 | 40 |
| Binary | 1000 | 10011100 | 10001101 | 1011111 | 0 | 1010 | 100111 | 10101110 | 1011010 | 100000 |
Color Harmonies of #089C8D
Complementary color
Monochromatic Colors of #089C8D
Black with #089C8D
Text Example
Text Example
White with #089C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089C8D; }
p { color: rgb(8,156,141); }
H1.HeaderClassName
{
color: #089C8D;
}
.AnyTagClassName
{
color: #089C8D;
}
</style>
background-color css
<style>
a { background-color: #089C8D; }
a { background-color: rgb(8,156,141); }
div.DivClassName
{
background-color: #089C8D;
}
.BgClassName
{
background-color: #089C8D;
}
</style>
border-color css
<style>
span { border-color: #089C8D; }
span { border-color: rgb(8,156,141); }
td.TdClassName
{
border-color: #089C8D;
}
.TagClassName
{
border-color: #089C8D;
}
</style>