#126D73

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

Shades of Allports #126D73

Tints of Allports #126D73

Color information

#126D73 (or 0x126D73) is unknown color: approx Allports. HEX triplet: 12, 6D and 73. RGB value is (18,109,115). Sum of RGB (Red+Green+Blue) = 18+109+115=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #126D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126D73 is #ED928C. Grayscale: #525252. Windows color (decimal): -15569549 or 7564562. OLE color: 7564562.

HSL color Cylindrical-coordinate representation of color #126D73: hue angle of 183.71º 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 #126D73 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB18109115-
CMYK0.840.0500.55
HSL183.71º72.93%26.08%-
HSV(B)183.71º84.35%45.1%-
XYZ8.8112.318.13-
YUV82.48146.3582.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.44%
GREEN value IS 109 (42.97% from 255) = 45.04%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=7.44%
G=45.04%
B=47.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal181091150.840.0500.55183.7172.9326.08
Hex126D73545037b8491a
Octal22155163124506727011132
Binary10010110110111100111010100101011011110111000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,109,115); }

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

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

 a { background-color: rgb(18,109,115); }

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

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

 span { border-color: rgb(18,109,115); }

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