Shades of Persian Green #009999
Tints of Persian Green #009999
RGB
CMYK
RGB Variations
Color information
#009999 (or 0x009999) is known color: Persian Green. HEX triplet: 00, 99 and 99. RGB value is (0,153,153). Sum of RGB (Red+Green+Blue) = 0+153+153=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #009999 is a web safe color. Inversed color of #009999 is #FF6666. Grayscale: #6B6B6B. Windows color (decimal): -16737895 or 10066176. OLE color: 10066176.
HSL color Cylindrical-coordinate representation of color #009999: hue angle of 180º 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 #009999 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
RGB | 0 | 153 | 153 | - |
CMYK | 1 | 0 | 0 | 0.4 |
HSL | 180º | 1% | 0.3% | - |
HSV(B) | 180º | 1% | 0.6% | - |
XYZ | 17.14 | 25.08 | 34.07 | - |
YUV | 107.25 | 153.81 | 51.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 153 | 153 | 1 | 0 | 0 | 0.4 | 180 | 1 | 0.3 |
Hex | 0 | 99 | 99 | 64 | 0 | 0 | 28 | B4 | 64 | 1E |
Octal | 0 | 231 | 231 | 144 | 0 | 0 | 50 | 264 | 144 | 36 |
Binary | 0 | 10011001 | 10011001 | 1100100 | 0 | 0 | 101000 | 10110100 | 1100100 | 11110 |
Color Harmonies of #009999
Complementary color
Monochromatic Colors of #009999
Black with #009999
Text Example
Text Example
White with #009999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009999; }
p { color: rgb(0,153,153); }
H1.HeaderClassName
{
color: #009999;
}
.AnyTagClassName
{
color: #009999;
}
</style>
background-color css
<style>
a { background-color: #009999; }
a { background-color: rgb(0,153,153); }
div.DivClassName
{
background-color: #009999;
}
.BgClassName
{
background-color: #009999;
}
</style>
border-color css
<style>
span { border-color: #009999; }
span { border-color: rgb(0,153,153); }
td.TdClassName
{
border-color: #009999;
}
.TagClassName
{
border-color: #009999;
}
</style>