#097484

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

Shades of Teal #097484

Tints of Teal #097484

Color information

#097484 (or 0x097484) is unknown color: approx Teal. HEX triplet: 09, 74 and 84. RGB value is (9,116,132). Sum of RGB (Red+Green+Blue) = 9+116+132=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #097484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097484 is #F68B7B. Grayscale: #555555. Windows color (decimal): -16157564 or 8680457. OLE color: 8680457.

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

Color convert

RGB9116132-
CMYK0.930.1200.48
HSL187.8º87.23%27.65%-
HSV(B)187.8º93.18%51.76%-
XYZ10.5214.2124.02-
YUV85.83154.0573.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.50%
GREEN value IS 116 (45.70% from 255) = 45.14%
BLUE value IS 132 (51.95% from 255) = 51.36%
R=3.50%
G=45.14%
B=51.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91161320.930.1200.48187.887.2327.65
Hex974845DC030bc571c
Octal111642041351406027412734
Binary100111101001000010010111011100011000010111100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097484; }

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

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

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

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

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

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

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

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