Shades of Persian Green #089F8A
Tints of Persian Green #089F8A
RGB
CMYK
RGB Variations
Color information
#089F8A (or 0x089F8A) is known color: Persian Green. HEX triplet: 08, 9F and 8A. RGB value is (8,159,138). Sum of RGB (Red+Green+Blue) = 8+159+138=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #089F8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089F8A is #F76075. Grayscale: #6F6F6F. Windows color (decimal): -16212086 or 9084680. OLE color: 9084680.
HSL color Cylindrical-coordinate representation of color #089F8A: hue angle of 171.66º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089F8A is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 159 | 138 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.38 |
| HSL | 171.66º | 0.9% | 0.33% | - |
| HSV(B) | 171.66º | 0.95% | 0.62% | - |
| XYZ | 17.09 | 26.68 | 28.29 | - |
| YUV | 111.46 | 142.97 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 138 | 0.95 | 0 | 0.13 | 0.38 | 171.66 | 0.9 | 0.33 |
| Hex | 8 | 9F | 8A | 5F | 0 | D | 26 | AC | 5A | 21 |
| Octal | 10 | 237 | 212 | 137 | 0 | 15 | 46 | 254 | 132 | 41 |
| Binary | 1000 | 10011111 | 10001010 | 1011111 | 0 | 1101 | 100110 | 10101100 | 1011010 | 100001 |
Color Harmonies of #089F8A
Complementary color
Monochromatic Colors of #089F8A
Black with #089F8A
Text Example
Text Example
White with #089F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089F8A; }
p { color: rgb(8,159,138); }
H1.HeaderClassName
{
color: #089F8A;
}
.AnyTagClassName
{
color: #089F8A;
}
</style>
background-color css
<style>
a { background-color: #089F8A; }
a { background-color: rgb(8,159,138); }
div.DivClassName
{
background-color: #089F8A;
}
.BgClassName
{
background-color: #089F8A;
}
</style>
border-color css
<style>
span { border-color: #089F8A; }
span { border-color: rgb(8,159,138); }
td.TdClassName
{
border-color: #089F8A;
}
.TagClassName
{
border-color: #089F8A;
}
</style>