Html Css Color HEX #127984 Teal

📋 copy color: '#127984'

red 18 ◦ green 121 ◦ blue 132

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

Shades of Teal #127984

Tints of Teal #127984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.65%

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

R = 6.64%
G = 44.65%
B = 48.71%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#127984 (or 0x127984) is known color: Teal. HEX triplet: 12, 79 and 84. RGB value is (18,121,132). Sum of RGB (Red+Green+Blue) = 18+121+132=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #127984 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127984 is #ED867B. Grayscale: #5B5B5B. Windows color (decimal): -15566460 or 8681746. OLE color: 8681746.

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

Color convert

RGB 18 121 132 -
CMYK 0.86 0.08 0 0.48
HSL 185.79º 0.76% 0.29% -
HSV(B) 185.79º 0.86% 0.52% -
XYZ 11.25 15.47 24.22 -
YUV 91.46 150.88 75.61 -
System Red Green Blue C M Y K H S L
Decimal 18 121 132 0.86 0.08 0 0.48 185.79 0.76 0.29
Hex 12 79 84 56 8 0 30 BA 4C 1D
Octal 22 171 204 126 10 0 60 272 114 35
Binary 10010 1111001 10000100 1010110 1000 0 110000 10111010 1001100 11101

Color Harmonies of #127984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127984

Black with #127984

Text Example


Text Example

White with #127984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127984; }

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

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

background-color css

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

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

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

border-color css

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

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

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