#096F81

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

Shades of Teal #096F81

Tints of Teal #096F81

Color information

#096F81 (or 0x096F81) is unknown color: approx Teal. HEX triplet: 09, 6F and 81. RGB value is (9,111,129). Sum of RGB (Red+Green+Blue) = 9+111+129=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #096F81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096F81 is #F6907E. Grayscale: #525252. Windows color (decimal): -16158847 or 8482569. OLE color: 8482569.

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

Color convert

RGB9111129-
CMYK0.930.1400.49
HSL189º86.96%27.06%-
HSV(B)189º93.02%50.59%-
XYZ9.7613.0122.77-
YUV82.55154.2175.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.61%
GREEN value IS 111 (43.75% from 255) = 44.58%
BLUE value IS 129 (50.78% from 255) = 51.81%
R=3.61%
G=44.58%
B=51.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91111290.930.1400.4918986.9627.06
Hex96F815DE031bd571b
Octal111572011351606127512733
Binary100111011111000000110111011110011000110111101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096F81; }

 p { color: rgb(9,111,129); }

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

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

 a { background-color: rgb(9,111,129); }

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

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

 span { border-color: rgb(9,111,129); }

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