#127982

Color #127982 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #127982

Tints of Teal #127982

Color information

#127982 (or 0x127982) is unknown color: approx 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

RGB18121130-
CMYK0.860.0700.49
HSL184.82º75.68%29.02%-
HSV(B)184.82º86.15%50.98%-
XYZ11.1215.4223.51-
YUV91.23149.8875.77-

RGB Variations

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

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 (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181211300.860.0700.49184.8275.6829.02
Hex127982567031b94c1d
Octal22171202126706127111435
Binary100101111001100000101010110111011000110111001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>