Shades of Persian Green #009991
Tints of Persian Green #009991
RGB
CMYK
RGB Variations
Color information
#009991 (or 0x009991) is known color: Persian Green. HEX triplet: 00, 99 and 91. RGB value is (0,153,145). Sum of RGB (Red+Green+Blue) = 0+153+145=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #009991 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009991 is #FF666E. Grayscale: #6A6A6A. Windows color (decimal): -16737903 or 9541888. OLE color: 9541888.
HSL color Cylindrical-coordinate representation of color #009991: hue angle of 176.86º 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 #009991 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 145 | - |
| CMYK | 1 | 0 | 0.05 | 0.4 |
| HSL | 176.86º | 1% | 0.3% | - |
| HSV(B) | 176.86º | 1% | 0.6% | - |
| XYZ | 16.5 | 24.83 | 30.71 | - |
| YUV | 106.34 | 149.81 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 145 | 1 | 0 | 0.05 | 0.4 | 176.86 | 1 | 0.3 |
| Hex | 0 | 99 | 91 | 64 | 0 | 5 | 28 | B1 | 64 | 1E |
| Octal | 0 | 231 | 221 | 144 | 0 | 5 | 50 | 261 | 144 | 36 |
| Binary | 0 | 10011001 | 10010001 | 1100100 | 0 | 101 | 101000 | 10110001 | 1100100 | 11110 |
Color Harmonies of #009991
Complementary color
Monochromatic Colors of #009991
Black with #009991
Text Example
Text Example
White with #009991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009991; }
p { color: rgb(0,153,145); }
H1.HeaderClassName
{
color: #009991;
}
.AnyTagClassName
{
color: #009991;
}
</style>
background-color css
<style>
a { background-color: #009991; }
a { background-color: rgb(0,153,145); }
div.DivClassName
{
background-color: #009991;
}
.BgClassName
{
background-color: #009991;
}
</style>
border-color css
<style>
span { border-color: #009991; }
span { border-color: rgb(0,153,145); }
td.TdClassName
{
border-color: #009991;
}
.TagClassName
{
border-color: #009991;
}
</style>