#09808A

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

Shades of Teal #09808A

Tints of Teal #09808A

Color information

#09808A (or 0x09808A) is unknown color: approx Teal. HEX triplet: 09, 80 and 8A. RGB value is (9,128,138). Sum of RGB (Red+Green+Blue) = 9+128+138=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #09808A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09808A is #F67F75. Grayscale: #5D5D5D. Windows color (decimal): -16154486 or 9076745. OLE color: 9076745.

HSL color Cylindrical-coordinate representation of color #09808A: hue angle of 184.65º 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 #09808A is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9128138-
CMYK0.930.0700.46
HSL184.65º87.76%28.82%-
HSV(B)184.65º93.48%54.12%-
XYZ12.4217.3326.74-
YUV93.56153.0867.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91281380.930.0700.46184.6587.7628.82
Hex9808A5D702Eb9581d
Octal11200212135705627113035
Binary100110000000100010101011101111010111010111001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09808A; }

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

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

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

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

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

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

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

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