#09757F

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

Shades of Teal #09757F

Tints of Teal #09757F

Color information

#09757F (or 0x09757F) is unknown color: approx Teal. HEX triplet: 09, 75 and 7F. RGB value is (9,117,127). Sum of RGB (Red+Green+Blue) = 9+117+127=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #09757F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09757F is #F68A80. Grayscale: #555555. Windows color (decimal): -16157313 or 8353033. OLE color: 8353033.

HSL color Cylindrical-coordinate representation of color #09757F: hue angle of 185.08º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09757F is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9117127-
CMYK0.930.0800.50
HSL185.08º86.76%26.67%-
HSV(B)185.08º92.91%49.8%-
XYZ10.314.3122.3-
YUV85.85151.2273.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.56%
GREEN value IS 117 (46.09% from 255) = 46.25%
BLUE value IS 127 (50% from 255) = 50.20%
R=3.56%
G=46.25%
B=50.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal91171270.930.0800.50185.0886.7626.67
Hex9757F5D8032b9571b
Octal111651771351006227112733
Binary10011110101111111110111011000011001010111001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09757F; }

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

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

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

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

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

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

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

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