#099391

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

Shades of Dark Cyan #099391

Tints of Dark Cyan #099391

Color information

#099391 (or 0x099391) is unknown color: approx Dark Cyan. HEX triplet: 09, 93 and 91. RGB value is (9,147,145). Sum of RGB (Red+Green+Blue) = 9+147+145=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #099391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099391 is #F66C6E. Grayscale: #696969. Windows color (decimal): -16149615 or 9540361. OLE color: 9540361.

HSL color Cylindrical-coordinate representation of color #099391: hue angle of 179.13º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099391 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB9147145-
CMYK0.9400.010.42
HSL179.13º88.46%30.59%-
HSV(B)179.13º93.88%57.65%-
XYZ15.6622.9730.4-
YUV105.51150.2859.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.99%
GREEN value IS 147 (57.81% from 255) = 48.84%
BLUE value IS 145 (57.03% from 255) = 48.17%
R=2.99%
G=48.84%
B=48.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91471450.9400.010.42179.1388.4630.59
Hex993915E012Ab3581f
Octal11223221136015226313037
Binary1001100100111001000110111100110101010110011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099391; }

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

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

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

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

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

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

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

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