#089591

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

Shades of Dark Cyan #089591

Tints of Dark Cyan #089591

Color information

#089591 (or 0x089591) is unknown color: approx Dark Cyan. HEX triplet: 08, 95 and 91. RGB value is (8,149,145). Sum of RGB (Red+Green+Blue) = 8+149+145=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #089591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089591 is #F76A6E. Grayscale: #6A6A6A. Windows color (decimal): -16214639 or 9540872. OLE color: 9540872.

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

Color convert

RGB8149145-
CMYK0.9500.030.42
HSL178.3º89.81%30.78%-
HSV(B)178.3º94.63%58.43%-
XYZ15.9623.5930.5-
YUV106.38149.7957.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.65%
GREEN value IS 149 (58.59% from 255) = 49.34%
BLUE value IS 145 (57.03% from 255) = 48.01%
R=2.65%
G=49.34%
B=48.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81491450.9500.030.42178.389.8130.78
Hex895915F032Ab25a1f
Octal10225221137035226213237
Binary10001001010110010001101111101110101010110010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089591; }

 p { color: rgb(8,149,145); }

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

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

 a { background-color: rgb(8,149,145); }

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

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

 span { border-color: rgb(8,149,145); }

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