#089396

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

Shades of Dark Cyan #089396

Tints of Dark Cyan #089396

Color information

#089396 (or 0x089396) is unknown color: approx Dark Cyan. HEX triplet: 08, 93 and 96. RGB value is (8,147,150). Sum of RGB (Red+Green+Blue) = 8+147+150=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #089396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089396 is #F76C69. Grayscale: #696969. Windows color (decimal): -16215146 or 9868040. OLE color: 9868040.

HSL color Cylindrical-coordinate representation of color #089396: hue angle of 181.27º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089396 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8147150-
CMYK0.950.0200.41
HSL181.27º89.87%30.98%-
HSV(B)181.27º94.67%58.82%-
XYZ16.0423.1232.47-
YUV105.78152.9558.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.62%
GREEN value IS 147 (57.81% from 255) = 48.20%
BLUE value IS 150 (58.98% from 255) = 49.18%
R=2.62%
G=48.20%
B=49.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81471500.950.0200.41181.2789.8730.98
Hex893965F2029b55a1f
Octal10223226137205126513237
Binary10001001001110010110101111110010100110110101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089396; }

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

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

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

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

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

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

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

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