Html Css Color HEX #127C84 Teal

📋 copy color: '#127C84'

red 18 ◦ green 124 ◦ blue 132

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

Shades of Teal #127C84

Tints of Teal #127C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48.18%

R = 6.57%
G = 45.26%
B = 48.18%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#127C84 (or 0x127C84) is known color: Teal. HEX triplet: 12, 7C and 84. RGB value is (18,124,132). Sum of RGB (Red+Green+Blue) = 18+124+132=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #127C84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127C84 is #ED837B. Grayscale: #5D5D5D. Windows color (decimal): -15565692 or 8682514. OLE color: 8682514.

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

Color convert

RGB 18 124 132 -
CMYK 0.86 0.06 0 0.48
HSL 184.21º 0.76% 0.29% -
HSV(B) 184.21º 0.86% 0.52% -
XYZ 11.62 16.21 24.35 -
YUV 93.22 149.88 74.35 -
System Red Green Blue C M Y K H S L
Decimal 18 124 132 0.86 0.06 0 0.48 184.21 0.76 0.29
Hex 12 7C 84 56 6 0 30 B8 4C 1D
Octal 22 174 204 126 6 0 60 270 114 35
Binary 10010 1111100 10000100 1010110 110 0 110000 10111000 1001100 11101

Color Harmonies of #127C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C84

Black with #127C84

Text Example


Text Example

White with #127C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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