Shades of Persian Green #089C9C
Tints of Persian Green #089C9C
RGB
CMYK
RGB Variations
Color information
#089C9C (or 0x089C9C) is known color: Persian Green. HEX triplet: 08, 9C and 9C. RGB value is (8,156,156). Sum of RGB (Red+Green+Blue) = 8+156+156=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: green, blue. Hex color #089C9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089C9C is #F76363. Grayscale: #6F6F6F. Windows color (decimal): -16212836 or 10263560. OLE color: 10263560.
HSL color Cylindrical-coordinate representation of color #089C9C: hue angle of 180º 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 #089C9C is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 156 | 156 | - |
| CMYK | 0.95 | 0 | 0 | 0.39 |
| HSL | 180º | 0.9% | 0.32% | - |
| HSV(B) | 180º | 0.95% | 0.61% | - |
| XYZ | 17.99 | 26.23 | 35.57 | - |
| YUV | 111.75 | 152.97 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 156 | 0.95 | 0 | 0 | 0.39 | 180 | 0.9 | 0.32 |
| Hex | 8 | 9C | 9C | 5F | 0 | 0 | 27 | B4 | 5A | 20 |
| Octal | 10 | 234 | 234 | 137 | 0 | 0 | 47 | 264 | 132 | 40 |
| Binary | 1000 | 10011100 | 10011100 | 1011111 | 0 | 0 | 100111 | 10110100 | 1011010 | 100000 |
Color Harmonies of #089C9C
Complementary color
Monochromatic Colors of #089C9C
Black with #089C9C
Text Example
Text Example
White with #089C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089C9C; }
p { color: rgb(8,156,156); }
H1.HeaderClassName
{
color: #089C9C;
}
.AnyTagClassName
{
color: #089C9C;
}
</style>
background-color css
<style>
a { background-color: #089C9C; }
a { background-color: rgb(8,156,156); }
div.DivClassName
{
background-color: #089C9C;
}
.BgClassName
{
background-color: #089C9C;
}
</style>
border-color css
<style>
span { border-color: #089C9C; }
span { border-color: rgb(8,156,156); }
td.TdClassName
{
border-color: #089C9C;
}
.TagClassName
{
border-color: #089C9C;
}
</style>