#089388

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

Shades of Dark Cyan #089388

Tints of Dark Cyan #089388

Color information

#089388 (or 0x089388) is unknown color: approx Dark Cyan. HEX triplet: 08, 93 and 88. RGB value is (8,147,136). Sum of RGB (Red+Green+Blue) = 8+147+136=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #089388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089388 is #F76C77. Grayscale: #686868. Windows color (decimal): -16215160 or 8950536. OLE color: 8950536.

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

Color convert

RGB8147136-
CMYK0.9500.070.42
HSL175.25º89.68%30.39%-
HSV(B)175.25º94.56%57.65%-
XYZ14.9822.726.88-
YUV104.18145.9559.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.75%
GREEN value IS 147 (57.81% from 255) = 50.52%
BLUE value IS 136 (53.52% from 255) = 46.74%
R=2.75%
G=50.52%
B=46.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81471360.9500.070.42175.2589.6830.39
Hex893885F072Aaf5a1e
Octal10223210137075225713236
Binary100010010011100010001011111011110101010101111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089388; }

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

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

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

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

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

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

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

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