#098389

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

Shades of Dark Cyan #098389

Tints of Dark Cyan #098389

Color information

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

HSL color Cylindrical-coordinate representation of color #098389: hue angle of 182.81º 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 #098389 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9131137-
CMYK0.930.0400.46
HSL182.81º87.67%28.63%-
HSV(B)182.81º93.43%53.73%-
XYZ12.7418.126.49-
YUV95.21151.5866.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91311370.930.0400.46182.8187.6728.63
Hex983895D402Eb7581d
Octal11203211135405626713035
Binary100110000011100010011011101100010111010110111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098389; }

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

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

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

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

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

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

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

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