Html Css Color HEX #127C80 Teal

📋 copy color: '#127C80'

red 18 ◦ green 124 ◦ blue 128

#127C80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #127C80

Tints of Teal #127C80

RGB

 RED value IS 18 (7.42% from 255) = 6.67%

 GREEN value IS 124 (48.83% from 255) = 45.93%

 BLUE value IS 128 (50.39% from 255) = 47.41%

R = 6.67%
G = 45.93%
B = 47.41%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#127C80 (or 0x127C80) is known color: Teal. HEX triplet: 12, 7C and 80. RGB value is (18,124,128). Sum of RGB (Red+Green+Blue) = 18+124+128=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #127C80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127C80 is #ED837F. Grayscale: #5C5C5C. Windows color (decimal): -15565696 or 8420370. OLE color: 8420370.

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

Color convert

RGB 18 124 128 -
CMYK 0.86 0.03 0 0.50
HSL 182.18º 0.75% 0.29% -
HSV(B) 182.18º 0.86% 0.5% -
XYZ 11.35 16.1 22.93 -
YUV 92.76 147.88 74.67 -
System Red Green Blue C M Y K H S L
Decimal 18 124 128 0.86 0.03 0 0.50 182.18 0.75 0.29
Hex 12 7C 80 56 3 0 32 B6 4B 1D
Octal 22 174 200 126 3 0 62 266 113 35
Binary 10010 1111100 10000000 1010110 11 0 110010 10110110 1001011 11101

Color Harmonies of #127C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C80

Black with #127C80

Text Example


Text Example

White with #127C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #127C80;
 }
 .AnyTagClassName
 {
   color: #127C80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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