#009991

Color #009991 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #009991

Tints of Persian Green #009991

Color information

#009991 (or 0x009991) is unknown color: approx 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

RGB0153145-
CMYK100.050.4
HSL176.86º100%30%-
HSV(B)176.86º100%60%-
XYZ16.524.8330.71-
YUV106.34149.8152.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 153 (60.16% from 255) = 51.34%
BLUE value IS 145 (57.03% from 255) = 48.66%
R=0%
G=51.34%
B=48.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal0153145100.050.4176.8610030
Hex09991640528b1641e
Octal0231221144055026114436
Binary010011001100100011100100010110100010110001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>