#09798D

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

Shades of Teal #09798D

Tints of Teal #09798D

Color information

#09798D (or 0x09798D) is unknown color: approx Teal. HEX triplet: 09, 79 and 8D. RGB value is (9,121,141). Sum of RGB (Red+Green+Blue) = 9+121+141=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #09798D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09798D is #F68672. Grayscale: #595959. Windows color (decimal): -16156275 or 9271561. OLE color: 9271561.

HSL color Cylindrical-coordinate representation of color #09798D: hue angle of 189.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09798D is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9121141-
CMYK0.940.1400.45
HSL189.09º88%29.41%-
HSV(B)189.09º93.62%55.29%-
XYZ11.7615.6627.6-
YUV89.79156.8970.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.32%
GREEN value IS 121 (47.66% from 255) = 44.65%
BLUE value IS 141 (55.47% from 255) = 52.03%
R=3.32%
G=44.65%
B=52.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91211410.940.1400.45189.098829.41
Hex9798D5EE02Dbd581d
Octal111712151361605527513035
Binary100111110011000110110111101110010110110111101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09798D; }

 p { color: rgb(9,121,141); }

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

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

 a { background-color: rgb(9,121,141); }

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

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

 span { border-color: rgb(9,121,141); }

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