#097187

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

Shades of Teal #097187

Tints of Teal #097187

Color information

#097187 (or 0x097187) is unknown color: approx Teal. HEX triplet: 09, 71 and 87. RGB value is (9,113,135). Sum of RGB (Red+Green+Blue) = 9+113+135=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #097187 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097187 is #F68E78. Grayscale: #545454. Windows color (decimal): -16158329 or 8876297. OLE color: 8876297.

HSL color Cylindrical-coordinate representation of color #097187: hue angle of 190.48º degrees, saturation: 0.88, 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 #097187 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9113135-
CMYK0.930.1600.47
HSL190.48º87.5%28.24%-
HSV(B)190.48º93.33%52.94%-
XYZ10.3913.6225-
YUV84.41156.5474.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.50%
GREEN value IS 113 (44.53% from 255) = 43.97%
BLUE value IS 135 (53.12% from 255) = 52.53%
R=3.50%
G=43.97%
B=52.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91131350.930.1600.47190.4887.528.24
Hex971875D1002Fbe581c
Octal111612071352005727613034
Binary1001111000110000111101110110000010111110111110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097187; }

 p { color: rgb(9,113,135); }

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

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

 a { background-color: rgb(9,113,135); }

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

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

 span { border-color: rgb(9,113,135); }

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