#098391

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

Shades of Dark Cyan #098391

Tints of Dark Cyan #098391

Color information

#098391 (or 0x098391) is unknown color: approx Dark Cyan. HEX triplet: 09, 83 and 91. RGB value is (9,131,145). Sum of RGB (Red+Green+Blue) = 9+131+145=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #098391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098391 is #F67C6E. Grayscale: #5F5F5F. Windows color (decimal): -16153711 or 9536265. OLE color: 9536265.

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

Color convert

RGB9131145-
CMYK0.940.1000.43
HSL186.18º88.31%30.2%-
HSV(B)186.18º93.79%56.86%-
XYZ13.3418.3429.62-
YUV96.12155.5865.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.16%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 145 (57.03% from 255) = 50.88%
R=3.16%
G=45.96%
B=50.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91311450.940.1000.43186.1888.3130.2
Hex983915EA02Bba581e
Octal112032211361205327213036
Binary1001100000111001000110111101010010101110111010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098391; }

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

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

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

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

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

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

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

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