#126E82

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

Shades of Allports #126E82

Tints of Allports #126E82

Color information

#126E82 (or 0x126E82) is unknown color: approx Allports. HEX triplet: 12, 6E and 82. RGB value is (18,110,130). Sum of RGB (Red+Green+Blue) = 18+110+130=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #126E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126E82 is #ED917D. Grayscale: #545454. Windows color (decimal): -15569278 or 8547858. OLE color: 8547858.

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

Color convert

RGB18110130-
CMYK0.860.1500.49
HSL190.71º75.68%29.02%-
HSV(B)190.71º86.15%50.98%-
XYZ9.8512.8923.09-
YUV84.77153.5280.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 110 (43.36% from 255) = 42.64%
BLUE value IS 130 (51.17% from 255) = 50.39%
R=6.98%
G=42.64%
B=50.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181101300.860.1500.49190.7175.6829.02
Hex126E8256F031bf4c1d
Octal221562021261706127711435
Binary1001011011101000001010101101111011000110111111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126E82; }

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

 H1.HeaderClassName
 {
   color: #126E82;
 }
 .AnyTagClassName
 {
   color: #126E82;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #126E82;
 }
 .BgClassName
 {
   background-color: #126E82;
 }
</style>
border-color css

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

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

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