#098D89

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

Shades of Dark Cyan #098D89

Tints of Dark Cyan #098D89

Color information

#098D89 (or 0x098D89) is unknown color: approx Dark Cyan. HEX triplet: 09, 8D and 89. RGB value is (9,141,137). Sum of RGB (Red+Green+Blue) = 9+141+137=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #098D89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098D89 is #F67276. Grayscale: #646464. Windows color (decimal): -16151159 or 9014537. OLE color: 9014537.

HSL color Cylindrical-coordinate representation of color #098D89: hue angle of 178.18º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098D89 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB9141137-
CMYK0.9400.030.45
HSL178.18º88%29.41%-
HSV(B)178.18º93.62%55.29%-
XYZ14.1520.9126.96-
YUV101.08148.2762.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.14%
GREEN value IS 141 (55.47% from 255) = 49.13%
BLUE value IS 137 (53.91% from 255) = 47.74%
R=3.14%
G=49.13%
B=47.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91411370.9400.030.45178.188829.41
Hex98D895E032Db2581d
Octal11215211136035526213035
Binary10011000110110001001101111001110110110110010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098D89; }

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

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

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

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

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

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

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

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