#097485

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

Shades of Teal #097485

Tints of Teal #097485

Color information

#097485 (or 0x097485) is unknown color: approx Teal. HEX triplet: 09, 74 and 85. RGB value is (9,116,133). Sum of RGB (Red+Green+Blue) = 9+116+133=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #097485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097485 is #F68B7A. Grayscale: #555555. Windows color (decimal): -16157563 or 8745993. OLE color: 8745993.

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

Color convert

RGB9116133-
CMYK0.930.1300.48
HSL188.23º87.32%27.84%-
HSV(B)188.23º93.23%52.16%-
XYZ10.5914.2424.38-
YUV85.94154.5573.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.49%
GREEN value IS 116 (45.70% from 255) = 44.96%
BLUE value IS 133 (52.34% from 255) = 51.55%
R=3.49%
G=44.96%
B=51.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91161330.930.1300.48188.2387.3227.84
Hex974855DD030bc571c
Octal111642051351506027412734
Binary100111101001000010110111011101011000010111100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097485; }

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

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

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

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

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

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

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

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