#098584

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

Shades of Teal #098584

Tints of Teal #098584

Color information

#098584 (or 0x098584) is unknown color: approx Teal. HEX triplet: 09, 85 and 84. RGB value is (9,133,132). Sum of RGB (Red+Green+Blue) = 9+133+132=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #098584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098584 is #F67A7B. Grayscale: #5F5F5F. Windows color (decimal): -16153212 or 8684809. OLE color: 8684809.

HSL color Cylindrical-coordinate representation of color #098584: hue angle of 179.52º 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 #098584 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB9133132-
CMYK0.9300.010.48
HSL179.52º87.32%27.84%-
HSV(B)179.52º93.23%52.16%-
XYZ12.6718.524.73-
YUV95.81148.4266.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.28%
GREEN value IS 133 (52.34% from 255) = 48.54%
BLUE value IS 132 (51.95% from 255) = 48.18%
R=3.28%
G=48.54%
B=48.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91331320.9300.010.48179.5287.3227.84
Hex985845D0130b4571c
Octal11205204135016026412734
Binary1001100001011000010010111010111000010110100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098584; }

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

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

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

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

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

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

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

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