#097486

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

Shades of Teal #097486

Tints of Teal #097486

Color information

#097486 (or 0x097486) is unknown color: approx Teal. HEX triplet: 09, 74 and 86. RGB value is (9,116,134). Sum of RGB (Red+Green+Blue) = 9+116+134=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #097486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097486 is #F68B79. Grayscale: #555555. Windows color (decimal): -16157562 or 8811529. OLE color: 8811529.

HSL color Cylindrical-coordinate representation of color #097486: hue angle of 188.64º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097486 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9116134-
CMYK0.930.1300.47
HSL188.64º87.41%28.04%-
HSV(B)188.64º93.28%52.55%-
XYZ10.6614.2724.75-
YUV86.06155.0573.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.47%
GREEN value IS 116 (45.70% from 255) = 44.79%
BLUE value IS 134 (52.73% from 255) = 51.74%
R=3.47%
G=44.79%
B=51.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91161340.930.1300.47188.6487.4128.04
Hex974865DD02Fbd571c
Octal111642061351505727512734
Binary100111101001000011010111011101010111110111101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097486; }

 p { color: rgb(9,116,134); }

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

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

 a { background-color: rgb(9,116,134); }

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

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

 span { border-color: rgb(9,116,134); }

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