#126A72

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

Shades of Allports #126A72

Tints of Allports #126A72

Color information

#126A72 (or 0x126A72) is unknown color: approx Allports. HEX triplet: 12, 6A and 72. RGB value is (18,106,114). Sum of RGB (Red+Green+Blue) = 18+106+114=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #126A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126A72 is #ED958D. Grayscale: #505050. Windows color (decimal): -15570318 or 7498258. OLE color: 7498258.

HSL color Cylindrical-coordinate representation of color #126A72: hue angle of 185º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126A72 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB18106114-
CMYK0.840.0700.55
HSL185º72.73%25.88%-
HSV(B)185º84.21%44.71%-
XYZ8.4411.6517.72-
YUV80.6146.8583.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.56%
GREEN value IS 106 (41.80% from 255) = 44.54%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=7.56%
G=44.54%
B=47.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal181061140.840.0700.5518572.7325.88
Hex126A72547037b9491a
Octal22152162124706727111132
Binary10010110101011100101010100111011011110111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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