#098082

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

Shades of Teal #098082

Tints of Teal #098082

Color information

#098082 (or 0x098082) is unknown color: approx Teal. HEX triplet: 09, 80 and 82. RGB value is (9,128,130). Sum of RGB (Red+Green+Blue) = 9+128+130=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #098082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098082 is #F67F7D. Grayscale: #5C5C5C. Windows color (decimal): -16154494 or 8552457. OLE color: 8552457.

HSL color Cylindrical-coordinate representation of color #098082: hue angle of 180.99º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098082 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9128130-
CMYK0.930.0200.49
HSL180.99º87.05%27.25%-
HSV(B)180.99º93.08%50.98%-
XYZ11.8617.1123.8-
YUV92.65149.0868.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.37%
GREEN value IS 128 (50.39% from 255) = 47.94%
BLUE value IS 130 (51.17% from 255) = 48.69%
R=3.37%
G=47.94%
B=48.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91281300.930.0200.49180.9987.0527.25
Hex980825D2031b5571b
Octal11200202135206126512733
Binary10011000000010000010101110110011000110110101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098082; }

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

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

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

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

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

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

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

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