#09748A

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

Shades of Teal #09748A

Tints of Teal #09748A

Color information

#09748A (or 0x09748A) is unknown color: approx Teal. HEX triplet: 09, 74 and 8A. RGB value is (9,116,138). Sum of RGB (Red+Green+Blue) = 9+116+138=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #09748A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09748A is #F68B75. Grayscale: #565656. Windows color (decimal): -16157558 or 9073673. OLE color: 9073673.

HSL color Cylindrical-coordinate representation of color #09748A: hue angle of 190.23º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09748A is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9116138-
CMYK0.930.1600.46
HSL190.23º87.76%28.82%-
HSV(B)190.23º93.48%54.12%-
XYZ10.9514.3826.24-
YUV86.52157.0572.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.42%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 138 (54.30% from 255) = 52.47%
R=3.42%
G=44.11%
B=52.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91161380.930.1600.46190.2387.7628.82
Hex9748A5D1002Ebe581d
Octal111642121352005627613035
Binary1001111010010001010101110110000010111010111110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09748A; }

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

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

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

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

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

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

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

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