#098580

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

Shades of Teal #098580

Tints of Teal #098580

Color information

#098580 (or 0x098580) is unknown color: approx Teal. HEX triplet: 09, 85 and 80. RGB value is (9,133,128). Sum of RGB (Red+Green+Blue) = 9+133+128=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #098580 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098580 is #F67A7F. Grayscale: #5F5F5F. Windows color (decimal): -16153216 or 8422665. OLE color: 8422665.

HSL color Cylindrical-coordinate representation of color #098580: hue angle of 177.58º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098580 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB9133128-
CMYK0.9300.040.48
HSL177.58º87.32%27.84%-
HSV(B)177.58º93.23%52.16%-
XYZ12.418.3923.32-
YUV95.35146.4266.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.33%
GREEN value IS 133 (52.34% from 255) = 49.26%
BLUE value IS 128 (50.39% from 255) = 47.41%
R=3.33%
G=49.26%
B=47.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91331280.9300.040.48177.5887.3227.84
Hex985805D0430b2571c
Octal11205200135046026212734
Binary100110000101100000001011101010011000010110010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098580; }

 p { color: rgb(9,133,128); }

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

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

 a { background-color: rgb(9,133,128); }

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

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

 span { border-color: rgb(9,133,128); }

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