Html Css Color HEX #127982 Teal

📋 copy color: '#127982'

red 18 ◦ green 121 ◦ blue 130

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

Shades of Teal #127982

Tints of Teal #127982

RGB

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

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

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

R = 6.69%
G = 44.98%
B = 48.33%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#127982 (or 0x127982) is known color: Teal. HEX triplet: 12, 79 and 82. RGB value is (18,121,130). Sum of RGB (Red+Green+Blue) = 18+121+130=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #127982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127982 is #ED867D. Grayscale: #5B5B5B. Windows color (decimal): -15566462 or 8550674. OLE color: 8550674.

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

Color convert

RGB 18 121 130 -
CMYK 0.86 0.07 0 0.49
HSL 184.82º 0.76% 0.29% -
HSV(B) 184.82º 0.86% 0.51% -
XYZ 11.12 15.42 23.51 -
YUV 91.23 149.88 75.77 -
System Red Green Blue C M Y K H S L
Decimal 18 121 130 0.86 0.07 0 0.49 184.82 0.76 0.29
Hex 12 79 82 56 7 0 31 B9 4C 1D
Octal 22 171 202 126 7 0 61 271 114 35
Binary 10010 1111001 10000010 1010110 111 0 110001 10111001 1001100 11101

Color Harmonies of #127982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127982

Black with #127982

Text Example


Text Example

White with #127982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127982; }

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

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

background-color css

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

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

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

border-color css

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

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

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