#09727F

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

Shades of Teal #09727F

Tints of Teal #09727F

Color information

#09727F (or 0x09727F) is unknown color: approx Teal. HEX triplet: 09, 72 and 7F. RGB value is (9,114,127). Sum of RGB (Red+Green+Blue) = 9+114+127=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #09727F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09727F is #F68D80. Grayscale: #535353. Windows color (decimal): -16158081 or 8352265. OLE color: 8352265.

HSL color Cylindrical-coordinate representation of color #09727F: hue angle of 186.61º 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 #09727F is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9114127-
CMYK0.930.1000.50
HSL186.61º86.76%26.67%-
HSV(B)186.61º92.91%49.8%-
XYZ9.9613.6322.18-
YUV84.09152.2174.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.6%
GREEN value IS 114 (44.92% from 255) = 45.6%
BLUE value IS 127 (50% from 255) = 50.8%
R=3.6%
G=45.6%
B=50.8%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal91141270.930.1000.50186.6186.7626.67
Hex9727F5DA032bb571b
Octal111621771351206227312733
Binary10011110010111111110111011010011001010111011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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