#098488

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

Shades of Dark Cyan #098488

Tints of Dark Cyan #098488

Color information

#098488 (or 0x098488) is unknown color: approx Dark Cyan. HEX triplet: 09, 84 and 88. RGB value is (9,132,136). Sum of RGB (Red+Green+Blue) = 9+132+136=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #098488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098488 is #F67B77. Grayscale: #5F5F5F. Windows color (decimal): -16153464 or 8946697. OLE color: 8946697.

HSL color Cylindrical-coordinate representation of color #098488: hue angle of 181.89º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098488 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9132136-
CMYK0.930.0300.47
HSL181.89º87.59%28.43%-
HSV(B)181.89º93.38%53.33%-
XYZ12.8118.3426.16-
YUV95.68150.7566.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.25%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=3.25%
G=47.65%
B=49.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91321360.930.0300.47181.8987.5928.43
Hex984885D302Fb6581c
Octal11204210135305726613034
Binary10011000010010001000101110111010111110110110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098488; }

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

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

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

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

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

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

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

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