#097E8A

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

Shades of Teal #097E8A

Tints of Teal #097E8A

Color information

#097E8A (or 0x097E8A) is unknown color: approx Teal. HEX triplet: 09, 7E and 8A. RGB value is (9,126,138). Sum of RGB (Red+Green+Blue) = 9+126+138=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #097E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097E8A is #F68175. Grayscale: #5C5C5C. Windows color (decimal): -16154998 or 9076233. OLE color: 9076233.

HSL color Cylindrical-coordinate representation of color #097E8A: hue angle of 185.58º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097E8A is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9126138-
CMYK0.930.0900.46
HSL185.58º87.76%28.82%-
HSV(B)185.58º93.48%54.12%-
XYZ12.1616.8126.65-
YUV92.38153.7468.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.30%
GREEN value IS 126 (49.61% from 255) = 46.15%
BLUE value IS 138 (54.30% from 255) = 50.55%
R=3.30%
G=46.15%
B=50.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91261380.930.0900.46185.5887.7628.82
Hex97E8A5D902Eba581d
Octal111762121351105627213035
Binary100111111101000101010111011001010111010111010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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