#098191

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

Shades of Dark Cyan #098191

Tints of Dark Cyan #098191

Color information

#098191 (or 0x098191) is unknown color: approx Dark Cyan. HEX triplet: 09, 81 and 91. RGB value is (9,129,145). Sum of RGB (Red+Green+Blue) = 9+129+145=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #098191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098191 is #F67E6E. Grayscale: #5E5E5E. Windows color (decimal): -16154223 or 9535753. OLE color: 9535753.

HSL color Cylindrical-coordinate representation of color #098191: hue angle of 187.06º 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 #098191 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9129145-
CMYK0.940.1100.43
HSL187.06º88.31%30.2%-
HSV(B)187.06º93.79%56.86%-
XYZ13.0717.829.54-
YUV94.94156.2466.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.18%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 145 (57.03% from 255) = 51.24%
R=3.18%
G=45.58%
B=51.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91291450.940.1100.43187.0688.3130.2
Hex981915EB02Bbb581e
Octal112012211361305327313036
Binary1001100000011001000110111101011010101110111011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098191; }

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

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

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

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

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

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

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

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