#098490

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

Shades of Dark Cyan #098490

Tints of Dark Cyan #098490

Color information

#098490 (or 0x098490) is unknown color: approx Dark Cyan. HEX triplet: 09, 84 and 90. RGB value is (9,132,144). Sum of RGB (Red+Green+Blue) = 9+132+144=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #098490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098490 is #F67B6F. Grayscale: #606060. Windows color (decimal): -16153456 or 9470985. OLE color: 9470985.

HSL color Cylindrical-coordinate representation of color #098490: hue angle of 185.33º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098490 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9132144-
CMYK0.940.0800.44
HSL185.33º88.24%30%-
HSV(B)185.33º93.75%56.47%-
XYZ13.418.5729.26-
YUV96.59154.7565.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.16%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 144 (56.64% from 255) = 50.53%
R=3.16%
G=46.32%
B=50.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91321440.940.0800.44185.3388.2430
Hex984905E802Cb9581e
Octal112042201361005427113036
Binary1001100001001001000010111101000010110010111001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098490; }

 p { color: rgb(9,132,144); }

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

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

 a { background-color: rgb(9,132,144); }

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

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

 span { border-color: rgb(9,132,144); }

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