#099791

Color #099791 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #099791

Tints of Dark Cyan #099791

Color information

#099791 (or 0x099791) is unknown color: approx Dark Cyan. HEX triplet: 09, 97 and 91. RGB value is (9,151,145). Sum of RGB (Red+Green+Blue) = 9+151+145=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #099791 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099791 is #F6686E. Grayscale: #6B6B6B. Windows color (decimal): -16148591 or 9541385. OLE color: 9541385.

HSL color Cylindrical-coordinate representation of color #099791: hue angle of 177.46º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099791 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB9151145-
CMYK0.9400.040.41
HSL177.46º88.75%31.37%-
HSV(B)177.46º94.04%59.22%-
XYZ16.2924.2430.61-
YUV107.86148.9657.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.95%
GREEN value IS 151 (59.38% from 255) = 49.51%
BLUE value IS 145 (57.03% from 255) = 47.54%
R=2.95%
G=49.51%
B=47.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91511450.9400.040.41177.4688.7531.37
Hex997915E0429b1591f
Octal11227221136045126113137
Binary100110010111100100011011110010010100110110001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099791; }

 p { color: rgb(9,151,145); }

 H1.HeaderClassName
 {
   color: #099791;
 }
 .AnyTagClassName
 {
   color: #099791;
 }
</style>
background-color css

<style>
 a { background-color: #099791; }

 a { background-color: rgb(9,151,145); }

 div.DivClassName
 {
   background-color: #099791;
 }
 .BgClassName
 {
   background-color: #099791;
 }
</style>
border-color css

<style>
 span { border-color: #099791; }

 span { border-color: rgb(9,151,145); }

 td.TdClassName
 {
   border-color: #099791;
 }
 .TagClassName
 {
   border-color: #099791;
 }
</style>