Html Css Color HEX #127D82 Teal

📋 copy color: '#127D82'

red 18 ◦ green 125 ◦ blue 130

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

Shades of Teal #127D82

Tints of Teal #127D82

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.79%

 BLUE value IS 130 (51.17% from 255) = 47.62%

R = 6.59%
G = 45.79%
B = 47.62%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#127D82 (or 0x127D82) is known color: Teal. HEX triplet: 12, 7D and 82. RGB value is (18,125,130). Sum of RGB (Red+Green+Blue) = 18+125+130=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #127D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127D82 is #ED827D. Grayscale: #5D5D5D. Windows color (decimal): -15565438 or 8551698. OLE color: 8551698.

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

Color convert

RGB 18 125 130 -
CMYK 0.86 0.04 0 0.49
HSL 182.68º 0.76% 0.29% -
HSV(B) 182.68º 0.86% 0.51% -
XYZ 11.61 16.41 23.67 -
YUV 93.58 148.55 74.09 -
System Red Green Blue C M Y K H S L
Decimal 18 125 130 0.86 0.04 0 0.49 182.68 0.76 0.29
Hex 12 7D 82 56 4 0 31 B7 4C 1D
Octal 22 175 202 126 4 0 61 267 114 35
Binary 10010 1111101 10000010 1010110 100 0 110001 10110111 1001100 11101

Color Harmonies of #127D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127D82

Black with #127D82

Text Example


Text Example

White with #127D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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