#097682

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

Shades of Teal #097682

Tints of Teal #097682

Color information

#097682 (or 0x097682) is unknown color: approx Teal. HEX triplet: 09, 76 and 82. RGB value is (9,118,130). Sum of RGB (Red+Green+Blue) = 9+118+130=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #097682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097682 is #F6897D. Grayscale: #565656. Windows color (decimal): -16157054 or 8549897. OLE color: 8549897.

HSL color Cylindrical-coordinate representation of color #097682: hue angle of 185.95º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097682 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9118130-
CMYK0.930.0900.49
HSL185.95º87.05%27.25%-
HSV(B)185.95º93.08%50.98%-
XYZ10.6214.6323.38-
YUV86.78152.3972.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.50%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 130 (51.17% from 255) = 50.58%
R=3.50%
G=45.91%
B=50.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91181300.930.0900.49185.9587.0527.25
Hex976825D9031ba571b
Octal111662021351106127212733
Binary100111101101000001010111011001011000110111010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097682; }

 p { color: rgb(9,118,130); }

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

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

 a { background-color: rgb(9,118,130); }

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

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

 span { border-color: rgb(9,118,130); }

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