#097482

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

Shades of Teal #097482

Tints of Teal #097482

Color information

#097482 (or 0x097482) is unknown color: approx Teal. HEX triplet: 09, 74 and 82. RGB value is (9,116,130). Sum of RGB (Red+Green+Blue) = 9+116+130=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #097482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097482 is #F68B7D. Grayscale: #555555. Windows color (decimal): -16157566 or 8549385. OLE color: 8549385.

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

Color convert

RGB9116130-
CMYK0.930.1100.49
HSL186.94º87.05%27.25%-
HSV(B)186.94º93.08%50.98%-
XYZ10.3914.1623.3-
YUV85.6153.0573.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.53%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 130 (51.17% from 255) = 50.98%
R=3.53%
G=45.49%
B=50.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91161300.930.1100.49186.9487.0527.25
Hex974825DB031bb571b
Octal111642021351306127312733
Binary100111101001000001010111011011011000110111011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097482; }

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

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

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

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

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

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

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

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