#126A84

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

Shades of Allports #126A84

Tints of Allports #126A84

Color information

#126A84 (or 0x126A84) is unknown color: approx Allports. HEX triplet: 12, 6A and 84. RGB value is (18,106,132). Sum of RGB (Red+Green+Blue) = 18+106+132=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #126A84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126A84 is #ED957B. Grayscale: #525252. Windows color (decimal): -15570300 or 8677906. OLE color: 8677906.

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

Color convert

RGB18106132-
CMYK0.860.2000.48
HSL193.68º76%29.41%-
HSV(B)193.68º86.36%51.76%-
XYZ9.5712.123.66-
YUV82.65155.8581.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.03%
GREEN value IS 106 (41.80% from 255) = 41.41%
BLUE value IS 132 (51.95% from 255) = 51.56%
R=7.03%
G=41.41%
B=51.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181061320.860.2000.48193.687629.41
Hex126A845614030c24c1d
Octal221522041262406030211435
Binary10010110101010000100101011010100011000011000010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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