#126F86

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

Shades of Allports #126F86

Tints of Allports #126F86

Color information

#126F86 (or 0x126F86) is unknown color: approx Allports. HEX triplet: 12, 6F and 86. RGB value is (18,111,134). Sum of RGB (Red+Green+Blue) = 18+111+134=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #126F86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126F86 is #ED9079. Grayscale: #555555. Windows color (decimal): -15569018 or 8810258. OLE color: 8810258.

HSL color Cylindrical-coordinate representation of color #126F86: hue angle of 191.9º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #126F86 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB18111134-
CMYK0.870.1700.47
HSL191.9º76.32%29.8%-
HSV(B)191.9º86.57%52.55%-
XYZ10.2413.2224.57-
YUV85.82155.1979.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 111 (43.75% from 255) = 42.21%
BLUE value IS 134 (52.73% from 255) = 50.95%
R=6.84%
G=42.21%
B=50.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181111340.870.1700.47191.976.3229.8
Hex126F86571102Fc04c1e
Octal221572061272105730011436
Binary10010110111110000110101011110001010111111000000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,111,134); }

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

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

 a { background-color: rgb(18,111,134); }

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

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

 span { border-color: rgb(18,111,134); }

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