#127D82

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

Shades of Teal #127D82

Tints of Teal #127D82

Color information

#127D82 (or 0x127D82) is unknown color: approx Teal. HEX triplet: 12, 7D and 82. RGB value is (18,125,130). Sum of RGB (Red+Green+Blue) = 18+125+130=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #127D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127D82 is #ED827D. Grayscale: #5D5D5D. Windows color (decimal): -15565438 or 8551698. OLE color: 8551698.

HSL color Cylindrical-coordinate representation of color #127D82: hue angle of 182.68º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D82 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB18125130-
CMYK0.860.0400.49
HSL182.68º75.68%29.02%-
HSV(B)182.68º86.15%50.98%-
XYZ11.6116.4123.67-
YUV93.58148.5574.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 125 (49.22% from 255) = 45.79%
BLUE value IS 130 (51.17% from 255) = 47.62%
R=6.59%
G=45.79%
B=47.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181251300.860.0400.49182.6875.6829.02
Hex127D82564031b74c1d
Octal22175202126406126711435
Binary100101111101100000101010110100011000110110111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,125,130); }

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

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

 a { background-color: rgb(18,125,130); }

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

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

 span { border-color: rgb(18,125,130); }

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