#126A77

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

Shades of Allports #126A77

Tints of Allports #126A77

Color information

#126A77 (or 0x126A77) is unknown color: approx Allports. HEX triplet: 12, 6A and 77. RGB value is (18,106,119). Sum of RGB (Red+Green+Blue) = 18+106+119=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #126A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126A77 is #ED9588. Grayscale: #515151. Windows color (decimal): -15570313 or 7825938. OLE color: 7825938.

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

Color convert

RGB18106119-
CMYK0.850.1100.53
HSL187.72º73.72%26.86%-
HSV(B)187.72º84.87%46.67%-
XYZ8.7311.7719.26-
YUV81.17149.3582.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.41%
GREEN value IS 106 (41.80% from 255) = 43.62%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=7.41%
G=43.62%
B=48.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181061190.850.1100.53187.7273.7226.86
Hex126A7755B035bc4a1b
Octal221521671251306527411233
Binary100101101010111011110101011011011010110111100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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