#126E7A

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

Shades of Allports #126E7A

Tints of Allports #126E7A

Color information

#126E7A (or 0x126E7A) is unknown color: approx Allports. HEX triplet: 12, 6E and 7A. RGB value is (18,110,122). Sum of RGB (Red+Green+Blue) = 18+110+122=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #126E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E7A is #ED9185. Grayscale: #535353. Windows color (decimal): -15569286 or 8023570. OLE color: 8023570.

HSL color Cylindrical-coordinate representation of color #126E7A: hue angle of 186.92º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #126E7A is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB18110122-
CMYK0.850.1000.52
HSL186.92º74.29%27.45%-
HSV(B)186.92º85.25%47.84%-
XYZ9.3412.6920.37-
YUV83.86149.5281.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.2%
GREEN value IS 110 (43.36% from 255) = 44%
BLUE value IS 122 (48.05% from 255) = 48.8%
R=7.2%
G=44%
B=48.8%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181101220.850.1000.52186.9274.2927.45
Hex126E7A55A034bb4a1b
Octal221561721251206427311233
Binary100101101110111101010101011010011010010111011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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