#09788E

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

Shades of Teal #09788E

Tints of Teal #09788E

Color information

#09788E (or 0x09788E) is unknown color: approx Teal. HEX triplet: 09, 78 and 8E. RGB value is (9,120,142). Sum of RGB (Red+Green+Blue) = 9+120+142=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #09788E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09788E is #F68771. Grayscale: #595959. Windows color (decimal): -16156530 or 9336841. OLE color: 9336841.

HSL color Cylindrical-coordinate representation of color #09788E: hue angle of 189.92º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09788E is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9120142-
CMYK0.940.1500.44
HSL189.92º88.08%29.61%-
HSV(B)189.92º93.66%55.69%-
XYZ11.7115.4427.95-
YUV89.32157.7370.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.32%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 142 (55.86% from 255) = 52.40%
R=3.32%
G=44.28%
B=52.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91201420.940.1500.44189.9288.0829.61
Hex9788E5EF02Cbe581e
Octal111702161361705427613036
Binary100111110001000111010111101111010110010111110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09788E; }

 p { color: rgb(9,120,142); }

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

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

 a { background-color: rgb(9,120,142); }

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

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

 span { border-color: rgb(9,120,142); }

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