#097E8C

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

Shades of Teal #097E8C

Tints of Teal #097E8C

Color information

#097E8C (or 0x097E8C) is unknown color: approx Teal. HEX triplet: 09, 7E and 8C. RGB value is (9,126,140). Sum of RGB (Red+Green+Blue) = 9+126+140=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #097E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097E8C is #F68173. Grayscale: #5C5C5C. Windows color (decimal): -16154996 or 9207305. OLE color: 9207305.

HSL color Cylindrical-coordinate representation of color #097E8C: hue angle of 186.41º 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 #097E8C is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9126140-
CMYK0.940.1000.45
HSL186.41º87.92%29.22%-
HSV(B)186.41º93.57%54.9%-
XYZ12.3116.8727.42-
YUV92.61154.7468.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.27%
GREEN value IS 126 (49.61% from 255) = 45.82%
BLUE value IS 140 (55.08% from 255) = 50.91%
R=3.27%
G=45.82%
B=50.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91261400.940.1000.45186.4187.9229.22
Hex97E8C5EA02Dba581d
Octal111762141361205527213035
Binary100111111101000110010111101010010110110111010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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