#097E81

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

Shades of Teal #097E81

Tints of Teal #097E81

Color information

#097E81 (or 0x097E81) is unknown color: approx Teal. HEX triplet: 09, 7E and 81. RGB value is (9,126,129). Sum of RGB (Red+Green+Blue) = 9+126+129=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 126 (49.61% from 255 or 47.73% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #097E81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097E81 is #F6817E. Grayscale: #5B5B5B. Windows color (decimal): -16155007 or 8486409. OLE color: 8486409.

HSL color Cylindrical-coordinate representation of color #097E81: hue angle of 181.5º 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 #097E81 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9126129-
CMYK0.930.0200.49
HSL181.5º86.96%27.06%-
HSV(B)181.5º93.02%50.59%-
XYZ11.5416.5623.36-
YUV91.36149.2469.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.41%
GREEN value IS 126 (49.61% from 255) = 47.73%
BLUE value IS 129 (50.78% from 255) = 48.86%
R=3.41%
G=47.73%
B=48.86%

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
Decimal91261290.930.0200.49181.586.9627.06
Hex97E815D2031b6571b
Octal11176201135206126612733
Binary1001111111010000001101110110011000110110110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097E81; }

 p { color: rgb(9,126,129); }

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

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

 a { background-color: rgb(9,126,129); }

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

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

 span { border-color: rgb(9,126,129); }

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