#097A8E

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

Shades of Teal #097A8E

Tints of Teal #097A8E

Color information

#097A8E (or 0x097A8E) is unknown color: approx Teal. HEX triplet: 09, 7A and 8E. RGB value is (9,122,142). Sum of RGB (Red+Green+Blue) = 9+122+142=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #097A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097A8E is #F68571. Grayscale: #5A5A5A. Windows color (decimal): -16156018 or 9337353. OLE color: 9337353.

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

Color convert

RGB9122142-
CMYK0.940.1400.44
HSL189.02º88.08%29.61%-
HSV(B)189.02º93.66%55.69%-
XYZ11.9515.9328.04-
YUV90.49157.0669.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.30%
GREEN value IS 122 (48.05% from 255) = 44.69%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=3.30%
G=44.69%
B=52.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91221420.940.1400.44189.0288.0829.61
Hex97A8E5EE02Cbd581e
Octal111722161361605427513036
Binary100111110101000111010111101110010110010111101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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