#098890

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

Shades of Dark Cyan #098890

Tints of Dark Cyan #098890

Color information

#098890 (or 0x098890) is unknown color: approx Dark Cyan. HEX triplet: 09, 88 and 90. RGB value is (9,136,144). Sum of RGB (Red+Green+Blue) = 9+136+144=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #098890 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098890 is #F6776F. Grayscale: #626262. Windows color (decimal): -16152432 or 9472009. OLE color: 9472009.

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

Color convert

RGB9136144-
CMYK0.940.0600.44
HSL183.56º88.24%30%-
HSV(B)183.56º93.75%56.47%-
XYZ13.9519.6829.45-
YUV98.94153.4263.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.11%
GREEN value IS 136 (53.52% from 255) = 47.06%
BLUE value IS 144 (56.64% from 255) = 49.83%
R=3.11%
G=47.06%
B=49.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91361440.940.0600.44183.5688.2430
Hex988905E602Cb8581e
Octal11210220136605427013036
Binary100110001000100100001011110110010110010111000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098890; }

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

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

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

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

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

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

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

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