#097A8D

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

Shades of Teal #097A8D

Tints of Teal #097A8D

Color information

#097A8D (or 0x097A8D) is unknown color: approx Teal. HEX triplet: 09, 7A and 8D. RGB value is (9,122,141). Sum of RGB (Red+Green+Blue) = 9+122+141=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #097A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097A8D is #F68572. Grayscale: #5A5A5A. Windows color (decimal): -16156019 or 9271817. OLE color: 9271817.

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

Color convert

RGB9122141-
CMYK0.940.1300.45
HSL188.64º88%29.41%-
HSV(B)188.64º93.62%55.29%-
XYZ11.8815.927.64-
YUV90.38156.5669.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.31%
GREEN value IS 122 (48.05% from 255) = 44.85%
BLUE value IS 141 (55.47% from 255) = 51.84%
R=3.31%
G=44.85%
B=51.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91221410.940.1300.45188.648829.41
Hex97A8D5ED02Dbd581d
Octal111722151361505527513035
Binary100111110101000110110111101101010110110111101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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