#098983

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

Shades of Dark Cyan #098983

Tints of Dark Cyan #098983

Color information

#098983 (or 0x098983) is unknown color: approx Dark Cyan. HEX triplet: 09, 89 and 83. RGB value is (9,137,131). Sum of RGB (Red+Green+Blue) = 9+137+131=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #098983 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098983 is #F6767C. Grayscale: #616161. Windows color (decimal): -16152189 or 8620297. OLE color: 8620297.

HSL color Cylindrical-coordinate representation of color #098983: hue angle of 177.19º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098983 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB9137131-
CMYK0.9300.040.46
HSL177.19º87.67%28.63%-
HSV(B)177.19º93.43%53.73%-
XYZ13.1619.5924.56-
YUV98.04146.5964.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.25%
GREEN value IS 137 (53.91% from 255) = 49.46%
BLUE value IS 131 (51.56% from 255) = 47.29%
R=3.25%
G=49.46%
B=47.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91371310.9300.040.46177.1987.6728.63
Hex989835D042Eb1581d
Octal11211203135045626113035
Binary100110001001100000111011101010010111010110001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098983; }

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

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

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

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

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

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

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

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