#089080

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

Shades of Dark Cyan #089080

Tints of Dark Cyan #089080

Color information

#089080 (or 0x089080) is unknown color: approx Dark Cyan. HEX triplet: 08, 90 and 80. RGB value is (8,144,128). Sum of RGB (Red+Green+Blue) = 8+144+128=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #089080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089080 is #F76F7F. Grayscale: #656565. Windows color (decimal): -16215936 or 8425480. OLE color: 8425480.

HSL color Cylindrical-coordinate representation of color #089080: hue angle of 172.94º degrees, saturation: 0.89, 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 #089080 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB8144128-
CMYK0.9400.110.44
HSL172.94º89.47%29.8%-
HSV(B)172.94º94.44%56.47%-
XYZ13.9721.5623.85-
YUV101.51142.9461.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.86%
GREEN value IS 144 (56.64% from 255) = 51.43%
BLUE value IS 128 (50.39% from 255) = 45.71%
R=2.86%
G=51.43%
B=45.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81441280.9400.110.44172.9489.4729.8
Hex890805E0B2Cad591e
Octal102202001360135425513136
Binary1000100100001000000010111100101110110010101101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089080; }

 p { color: rgb(8,144,128); }

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

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

 a { background-color: rgb(8,144,128); }

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

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

 span { border-color: rgb(8,144,128); }

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