#097E7F

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

Shades of Teal #097E7F

Tints of Teal #097E7F

Color information

#097E7F (or 0x097E7F) is unknown color: approx Teal. HEX triplet: 09, 7E and 7F. RGB value is (9,126,127). Sum of RGB (Red+Green+Blue) = 9+126+127=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 126 (49.61% from 255 or 48.09% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #097E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097E7F is #F68180. Grayscale: #5B5B5B. Windows color (decimal): -16155009 or 8355337. OLE color: 8355337.

HSL color Cylindrical-coordinate representation of color #097E7F: hue angle of 180.51º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097E7F is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9126127-
CMYK0.930.0100.50
HSL180.51º86.76%26.67%-
HSV(B)180.51º92.91%49.8%-
XYZ11.416.5122.66-
YUV91.13148.2469.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.44%
GREEN value IS 126 (49.61% from 255) = 48.09%
BLUE value IS 127 (50% from 255) = 48.47%
R=3.44%
G=48.09%
B=48.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal91261270.930.0100.50180.5186.7626.67
Hex97E7F5D1032b5571b
Octal11176177135106226512733
Binary10011111110111111110111011011001010110101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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