Html Css Color HEX #127E81 Teal

📋 copy color: '#127E81'

red 18 ◦ green 126 ◦ blue 129

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

Shades of Teal #127E81

Tints of Teal #127E81

RGB

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

 GREEN value IS 126 (49.61% from 255) = 46.15%

 BLUE value IS 129 (50.78% from 255) = 47.25%

R = 6.59%
G = 46.15%
B = 47.25%

CMYK

 C value IS 0.86

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#127E81 (or 0x127E81) is known color: Teal. HEX triplet: 12, 7E and 81. RGB value is (18,126,129). Sum of RGB (Red+Green+Blue) = 18+126+129=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #127E81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127E81 is #ED817E. Grayscale: #5D5D5D. Windows color (decimal): -15565183 or 8486418. OLE color: 8486418.

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

Color convert

RGB 18 126 129 -
CMYK 0.86 0.02 0 0.49
HSL 181.62º 0.76% 0.29% -
HSV(B) 181.62º 0.86% 0.51% -
XYZ 11.67 16.64 23.36 -
YUV 94.05 147.72 73.76 -
System Red Green Blue C M Y K H S L
Decimal 18 126 129 0.86 0.02 0 0.49 181.62 0.76 0.29
Hex 12 7E 81 56 2 0 31 B6 4C 1D
Octal 22 176 201 126 2 0 61 266 114 35
Binary 10010 1111110 10000001 1010110 10 0 110001 10110110 1001100 11101

Color Harmonies of #127E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127E81

Black with #127E81

Text Example


Text Example

White with #127E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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