#099491

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

Shades of Dark Cyan #099491

Tints of Dark Cyan #099491

Color information

#099491 (or 0x099491) is unknown color: approx Dark Cyan. HEX triplet: 09, 94 and 91. RGB value is (9,148,145). Sum of RGB (Red+Green+Blue) = 9+148+145=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #099491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099491 is #F66B6E. Grayscale: #696969. Windows color (decimal): -16149359 or 9540617. OLE color: 9540617.

HSL color Cylindrical-coordinate representation of color #099491: hue angle of 178.71º degrees, saturation: 0.89, 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 #099491 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB9148145-
CMYK0.9400.020.42
HSL178.71º88.54%30.78%-
HSV(B)178.71º93.92%58.04%-
XYZ15.8123.2830.45-
YUV106.1149.9558.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.98%
GREEN value IS 148 (58.20% from 255) = 49.01%
BLUE value IS 145 (57.03% from 255) = 48.01%
R=2.98%
G=49.01%
B=48.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91481450.9400.020.42178.7188.5430.78
Hex994915E022Ab3591f
Octal11224221136025226313137
Binary10011001010010010001101111001010101010110011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099491; }

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

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

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

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

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

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

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

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