#127e80

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

Shades of Teal #127E80

Tints of Teal #127E80

Color information

#127E80 (or 0x127E80) is unknown color: approx Teal. HEX triplet: 12, 7E and 80. RGB value is (18,126,128). Sum of RGB (Red+Green+Blue) = 18+126+128=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 126 (49.61% from 255 or 46.32% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #127E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127E80 is #ED817F. Grayscale: #5D5D5D. Windows color (decimal): -15565184 or 8420882. OLE color: 8420882.

HSL color Cylindrical-coordinate representation of color #127E80: hue angle of 181.09º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127E80 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB18126128-
CMYK0.860.0200.50
HSL181.09º75.34%28.63%-
HSV(B)181.09º85.94%50.2%-
XYZ11.6116.6123.02-
YUV93.94147.2273.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 126 (49.61% from 255) = 46.32%
BLUE value IS 128 (50.39% from 255) = 47.06%
R=6.62%
G=46.32%
B=47.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal181261280.860.0200.50181.0975.3428.63
Hex127E80562032b54b1d
Octal22176200126206226511335
Binary10010111111010000000101011010011001010110101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127e80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127e80; }

 p { color: rgb(18,126,128); }

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

<style>
 a { background-color: #127e80; }

 a { background-color: rgb(18,126,128); }

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

<style>
 span { border-color: #127e80; }

 span { border-color: rgb(18,126,128); }

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