Shades of Persian Green #089D8F
Tints of Persian Green #089D8F
RGB
CMYK
RGB Variations
Color information
#089D8F (or 0x089D8F) is known color: Persian Green. HEX triplet: 08, 9D and 8F. RGB value is (8,157,143). Sum of RGB (Red+Green+Blue) = 8+157+143=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #089D8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089D8F is #F76270. Grayscale: #6E6E6E. Windows color (decimal): -16212593 or 9411848. OLE color: 9411848.
HSL color Cylindrical-coordinate representation of color #089D8F: hue angle of 174.36º 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 #089D8F is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 157 | 143 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.38 |
| HSL | 174.36º | 0.9% | 0.32% | - |
| HSV(B) | 174.36º | 0.95% | 0.62% | - |
| XYZ | 17.12 | 26.15 | 30.13 | - |
| YUV | 110.85 | 146.14 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 157 | 143 | 0.95 | 0 | 0.09 | 0.38 | 174.36 | 0.9 | 0.32 |
| Hex | 8 | 9D | 8F | 5F | 0 | 9 | 26 | AE | 5A | 20 |
| Octal | 10 | 235 | 217 | 137 | 0 | 11 | 46 | 256 | 132 | 40 |
| Binary | 1000 | 10011101 | 10001111 | 1011111 | 0 | 1001 | 100110 | 10101110 | 1011010 | 100000 |
Color Harmonies of #089D8F
Complementary color
Monochromatic Colors of #089D8F
Black with #089D8F
Text Example
Text Example
White with #089D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089D8F; }
p { color: rgb(8,157,143); }
H1.HeaderClassName
{
color: #089D8F;
}
.AnyTagClassName
{
color: #089D8F;
}
</style>
background-color css
<style>
a { background-color: #089D8F; }
a { background-color: rgb(8,157,143); }
div.DivClassName
{
background-color: #089D8F;
}
.BgClassName
{
background-color: #089D8F;
}
</style>
border-color css
<style>
span { border-color: #089D8F; }
span { border-color: rgb(8,157,143); }
td.TdClassName
{
border-color: #089D8F;
}
.TagClassName
{
border-color: #089D8F;
}
</style>