Shades of Persian Green #009988
Tints of Persian Green #009988
RGB
CMYK
RGB Variations
Color information
#009988 (or 0x009988) is known color: Persian Green. HEX triplet: 00, 99 and 88. RGB value is (0,153,136). Sum of RGB (Red+Green+Blue) = 0+153+136=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #009988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009988 is #FF6677. Grayscale: #696969. Windows color (decimal): -16737912 or 8952064. OLE color: 8952064.
HSL color Cylindrical-coordinate representation of color #009988: hue angle of 173.33º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009988 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 136 | - |
| CMYK | 1 | 0 | 0.11 | 0.4 |
| HSL | 173.33º | 1% | 0.3% | - |
| HSV(B) | 173.33º | 1% | 0.6% | - |
| XYZ | 15.84 | 24.56 | 27.2 | - |
| YUV | 105.32 | 145.31 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 136 | 1 | 0 | 0.11 | 0.4 | 173.33 | 1 | 0.3 |
| Hex | 0 | 99 | 88 | 64 | 0 | B | 28 | AD | 64 | 1E |
| Octal | 0 | 231 | 210 | 144 | 0 | 13 | 50 | 255 | 144 | 36 |
| Binary | 0 | 10011001 | 10001000 | 1100100 | 0 | 1011 | 101000 | 10101101 | 1100100 | 11110 |
Color Harmonies of #009988
Complementary color
Monochromatic Colors of #009988
Black with #009988
Text Example
Text Example
White with #009988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009988; }
p { color: rgb(0,153,136); }
H1.HeaderClassName
{
color: #009988;
}
.AnyTagClassName
{
color: #009988;
}
</style>
background-color css
<style>
a { background-color: #009988; }
a { background-color: rgb(0,153,136); }
div.DivClassName
{
background-color: #009988;
}
.BgClassName
{
background-color: #009988;
}
</style>
border-color css
<style>
span { border-color: #009988; }
span { border-color: rgb(0,153,136); }
td.TdClassName
{
border-color: #009988;
}
.TagClassName
{
border-color: #009988;
}
</style>