#098A80

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

Shades of Teal #098A80

Tints of Teal #098A80

Color information

#098A80 (or 0x098A80) is unknown color: approx Teal. HEX triplet: 09, 8A and 80. RGB value is (9,138,128). Sum of RGB (Red+Green+Blue) = 9+138+128=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #098A80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098A80 is #F6757F. Grayscale: #626262. Windows color (decimal): -16151936 or 8423945. OLE color: 8423945.

HSL color Cylindrical-coordinate representation of color #098A80: hue angle of 175.35º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098A80 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB9138128-
CMYK0.9300.070.46
HSL175.35º87.76%28.82%-
HSV(B)175.35º93.48%54.12%-
XYZ13.119.7923.55-
YUV98.29144.7664.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.27%
GREEN value IS 138 (54.30% from 255) = 50.18%
BLUE value IS 128 (50.39% from 255) = 46.55%
R=3.27%
G=50.18%
B=46.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91381280.9300.070.46175.3587.7628.82
Hex98A805D072Eaf581d
Octal11212200135075625713035
Binary100110001010100000001011101011110111010101111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098A80; }

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

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

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

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

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

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

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

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