#098E80

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

Shades of Dark Cyan #098E80

Tints of Dark Cyan #098E80

Color information

#098E80 (or 0x098E80) is unknown color: approx Dark Cyan. HEX triplet: 09, 8E and 80. RGB value is (9,142,128). Sum of RGB (Red+Green+Blue) = 9+142+128=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 142 (55.86% from 255 or 50.90% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 142 - color contains mainly: green. Hex color #098E80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098E80 is #F6717F. Grayscale: #646464. Windows color (decimal): -16150912 or 8424969. OLE color: 8424969.

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

Color convert

RGB9142128-
CMYK0.9400.100.44
HSL173.68º88.08%29.61%-
HSV(B)173.68º93.66%55.69%-
XYZ13.6820.9623.75-
YUV100.64143.4462.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.23%
GREEN value IS 142 (55.86% from 255) = 50.90%
BLUE value IS 128 (50.39% from 255) = 45.88%
R=3.23%
G=50.90%
B=45.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91421280.9400.100.44173.6888.0829.61
Hex98E805E0A2Cae581e
Octal112162001360125425613036
Binary1001100011101000000010111100101010110010101110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,142,128); }

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

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

 a { background-color: rgb(9,142,128); }

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

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

 span { border-color: rgb(9,142,128); }

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