#126B7C

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

Shades of Allports #126B7C

Tints of Allports #126B7C

Color information

#126B7C (or 0x126B7C) is unknown color: approx Allports. HEX triplet: 12, 6B and 7C. RGB value is (18,107,124). Sum of RGB (Red+Green+Blue) = 18+107+124=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #126B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126B7C is #ED9483. Grayscale: #525252. Windows color (decimal): -15570052 or 8153874. OLE color: 8153874.

HSL color Cylindrical-coordinate representation of color #126B7C: hue angle of 189.62º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #126B7C is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB18107124-
CMYK0.850.1400.51
HSL189.62º74.65%27.84%-
HSV(B)189.62º85.48%48.63%-
XYZ9.1512.120.92-
YUV82.33151.5182.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 107 (42.19% from 255) = 42.97%
BLUE value IS 124 (48.83% from 255) = 49.80%
R=7.23%
G=42.97%
B=49.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal181071240.850.1400.51189.6274.6527.84
Hex126B7C55E033be4b1c
Octal221531741251606327611334
Binary100101101011111110010101011110011001110111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,107,124); }

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

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

 a { background-color: rgb(18,107,124); }

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

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

 span { border-color: rgb(18,107,124); }

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