#089386

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

Shades of Dark Cyan #089386

Tints of Dark Cyan #089386

Color information

#089386 (or 0x089386) is unknown color: approx Dark Cyan. HEX triplet: 08, 93 and 86. RGB value is (8,147,134). Sum of RGB (Red+Green+Blue) = 8+147+134=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #089386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089386 is #F76C79. Grayscale: #676767. Windows color (decimal): -16215162 or 8819464. OLE color: 8819464.

HSL color Cylindrical-coordinate representation of color #089386: hue angle of 174.39º 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 #089386 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB8147134-
CMYK0.9500.090.42
HSL174.39º89.68%30.39%-
HSV(B)174.39º94.56%57.65%-
XYZ14.8422.6426.14-
YUV103.96144.9559.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.77%
GREEN value IS 147 (57.81% from 255) = 50.87%
BLUE value IS 134 (52.73% from 255) = 46.37%
R=2.77%
G=50.87%
B=46.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81471340.9500.090.42174.3989.6830.39
Hex893865F092Aae5a1e
Octal102232061370115225613236
Binary1000100100111000011010111110100110101010101110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089386; }

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

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

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

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

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

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

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

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