#127F82

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

Shades of Teal #127F82

Tints of Teal #127F82

Color information

#127F82 (or 0x127F82) is unknown color: approx Teal. HEX triplet: 12, 7F and 82. RGB value is (18,127,130). Sum of RGB (Red+Green+Blue) = 18+127+130=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #127F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F82 is #ED807D. Grayscale: #5E5E5E. Windows color (decimal): -15564926 or 8552210. OLE color: 8552210.

HSL color Cylindrical-coordinate representation of color #127F82: hue angle of 181.61º 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 #127F82 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB18127130-
CMYK0.860.0200.49
HSL181.61º75.68%29.02%-
HSV(B)181.61º86.15%50.98%-
XYZ11.8716.9223.76-
YUV94.75147.8973.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.55%
GREEN value IS 127 (50% from 255) = 46.18%
BLUE value IS 130 (51.17% from 255) = 47.27%
R=6.55%
G=46.18%
B=47.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181271300.860.0200.49181.6175.6829.02
Hex127F82562031b64c1d
Octal22177202126206126611435
Binary10010111111110000010101011010011000110110110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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