#089590

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

Shades of Dark Cyan #089590

Tints of Dark Cyan #089590

Color information

#089590 (or 0x089590) is unknown color: approx Dark Cyan. HEX triplet: 08, 95 and 90. RGB value is (8,149,144). Sum of RGB (Red+Green+Blue) = 8+149+144=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #089590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089590 is #F76A6F. Grayscale: #6A6A6A. Windows color (decimal): -16214640 or 9475336. OLE color: 9475336.

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

Color convert

RGB8149144-
CMYK0.9500.030.42
HSL177.87º89.81%30.78%-
HSV(B)177.87º94.63%58.43%-
XYZ15.8823.5630.1-
YUV106.27149.2957.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.66%
GREEN value IS 149 (58.59% from 255) = 49.50%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=2.66%
G=49.50%
B=47.84%

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
Decimal81491440.9500.030.42177.8789.8130.78
Hex895905F032Ab25a1f
Octal10225220137035226213237
Binary10001001010110010000101111101110101010110010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089590; }

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

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

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

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

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

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

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

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