#127D84

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

Shades of Teal #127D84

Tints of Teal #127D84

Color information

#127D84 (or 0x127D84) is unknown color: approx Teal. HEX triplet: 12, 7D and 84. RGB value is (18,125,132). Sum of RGB (Red+Green+Blue) = 18+125+132=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #127D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127D84 is #ED827B. Grayscale: #5D5D5D. Windows color (decimal): -15565436 or 8682770. OLE color: 8682770.

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

Color convert

RGB18125132-
CMYK0.860.0500.48
HSL183.68º76%29.41%-
HSV(B)183.68º86.36%51.76%-
XYZ11.7516.4624.39-
YUV93.8149.5573.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.55%
GREEN value IS 125 (49.22% from 255) = 45.45%
BLUE value IS 132 (51.95% from 255) = 48%
R=6.55%
G=45.45%
B=48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181251320.860.0500.48183.687629.41
Hex127D84565030b84c1d
Octal22175204126506027011435
Binary100101111101100001001010110101011000010111000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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