Html Css Color HEX #127F82 Teal

📋 copy color: '#127F82'

red 18 ◦ green 127 ◦ blue 130

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

Shades of Teal #127F82

Tints of Teal #127F82

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 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

#127F82 (or 0x127F82) is known color: 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

RGB 18 127 130 -
CMYK 0.86 0.02 0 0.49
HSL 181.61º 0.76% 0.29% -
HSV(B) 181.61º 0.86% 0.51% -
XYZ 11.87 16.92 23.76 -
YUV 94.75 147.89 73.26 -
System Red Green Blue C M Y K H S L
Decimal 18 127 130 0.86 0.02 0 0.49 181.61 0.76 0.29
Hex 12 7F 82 56 2 0 31 B6 4C 1D
Octal 22 177 202 126 2 0 61 266 114 35
Binary 10010 1111111 10000010 1010110 10 0 110001 10110110 1001100 11101

Color Harmonies of #127F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F82

Black with #127F82

Text Example


Text Example

White with #127F82

Text Example


Text Example

HTML Codes & Css Web 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>