#097789

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

Shades of Teal #097789

Tints of Teal #097789

Color information

#097789 (or 0x097789) is unknown color: approx Teal. HEX triplet: 09, 77 and 89. RGB value is (9,119,137). Sum of RGB (Red+Green+Blue) = 9+119+137=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #097789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097789 is #F68876. Grayscale: #575757. Windows color (decimal): -16156791 or 9008905. OLE color: 9008905.

HSL color Cylindrical-coordinate representation of color #097789: hue angle of 188.44º 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 #097789 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9119137-
CMYK0.930.1300.46
HSL188.44º87.67%28.63%-
HSV(B)188.44º93.43%53.73%-
XYZ11.2215.0625.98-
YUV88.16155.5671.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.40%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 137 (53.91% from 255) = 51.70%
R=3.40%
G=44.91%
B=51.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91191370.930.1300.46188.4487.6728.63
Hex977895DD02Ebc581d
Octal111672111351505627413035
Binary100111101111000100110111011101010111010111100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097789; }

 p { color: rgb(9,119,137); }

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

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

 a { background-color: rgb(9,119,137); }

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

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

 span { border-color: rgb(9,119,137); }

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