#089392

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

Shades of Dark Cyan #089392

Tints of Dark Cyan #089392

Color information

#089392 (or 0x089392) is unknown color: approx Dark Cyan. HEX triplet: 08, 93 and 92. RGB value is (8,147,146). Sum of RGB (Red+Green+Blue) = 8+147+146=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #089392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089392 is #F76C6D. Grayscale: #696969. Windows color (decimal): -16215150 or 9605896. OLE color: 9605896.

HSL color Cylindrical-coordinate representation of color #089392: hue angle of 179.57º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089392 is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB8147146-
CMYK0.9500.010.42
HSL179.57º89.68%30.39%-
HSV(B)179.57º94.56%57.65%-
XYZ15.7222.9930.8-
YUV105.32150.9558.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.66%
GREEN value IS 147 (57.81% from 255) = 48.84%
BLUE value IS 146 (57.42% from 255) = 48.50%
R=2.66%
G=48.84%
B=48.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81471460.9500.010.42179.5789.6830.39
Hex893925F012Ab45a1e
Octal10223222137015226413236
Binary1000100100111001001010111110110101010110100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089392; }

 p { color: rgb(8,147,146); }

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

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

 a { background-color: rgb(8,147,146); }

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

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

 span { border-color: rgb(8,147,146); }

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