#089082

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

Shades of Dark Cyan #089082

Tints of Dark Cyan #089082

Color information

#089082 (or 0x089082) is unknown color: approx Dark Cyan. HEX triplet: 08, 90 and 82. RGB value is (8,144,130). Sum of RGB (Red+Green+Blue) = 8+144+130=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #089082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089082 is #F76F7D. Grayscale: #656565. Windows color (decimal): -16215934 or 8556552. OLE color: 8556552.

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

Color convert

RGB8144130-
CMYK0.9400.100.44
HSL173.82º89.47%29.8%-
HSV(B)173.82º94.44%56.47%-
XYZ14.121.6124.55-
YUV101.74143.9461.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.84%
GREEN value IS 144 (56.64% from 255) = 51.06%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=2.84%
G=51.06%
B=46.10%

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
Decimal81441300.9400.100.44173.8289.4729.8
Hex890825E0A2Cae591e
Octal102202021360125425613136
Binary1000100100001000001010111100101010110010101110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089082; }

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

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

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

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

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

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

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

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