#09758E

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

Shades of Teal #09758E

Tints of Teal #09758E

Color information

#09758E (or 0x09758E) is unknown color: approx Teal. HEX triplet: 09, 75 and 8E. RGB value is (9,117,142). Sum of RGB (Red+Green+Blue) = 9+117+142=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #09758E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09758E is #F68A71. Grayscale: #575757. Windows color (decimal): -16157298 or 9336073. OLE color: 9336073.

HSL color Cylindrical-coordinate representation of color #09758E: hue angle of 191.28º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09758E is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9117142-
CMYK0.940.1800.44
HSL191.28º88.08%29.61%-
HSV(B)191.28º93.66%55.69%-
XYZ11.3614.7327.84-
YUV87.56158.7271.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.36%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 142 (55.86% from 255) = 52.99%
R=3.36%
G=43.66%
B=52.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91171420.940.1800.44191.2888.0829.61
Hex9758E5E1202Cbf581e
Octal111652161362205427713036
Binary1001111010110001110101111010010010110010111111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09758E; }

 p { color: rgb(9,117,142); }

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

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

 a { background-color: rgb(9,117,142); }

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

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

 span { border-color: rgb(9,117,142); }

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