#126D85

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

Shades of Allports #126D85

Tints of Allports #126D85

Color information

#126D85 (or 0x126D85) is unknown color: approx Allports. HEX triplet: 12, 6D and 85. RGB value is (18,109,133). Sum of RGB (Red+Green+Blue) = 18+109+133=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #126D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126D85 is #ED927A. Grayscale: #545454. Windows color (decimal): -15569531 or 8744210. OLE color: 8744210.

HSL color Cylindrical-coordinate representation of color #126D85: hue angle of 192.52º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #126D85 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB18109133-
CMYK0.860.1800.48
HSL192.52º76.16%29.61%-
HSV(B)192.52º86.47%52.16%-
XYZ9.9512.7624.13-
YUV84.53155.3580.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.92%
GREEN value IS 109 (42.97% from 255) = 41.92%
BLUE value IS 133 (52.34% from 255) = 51.15%
R=6.92%
G=41.92%
B=51.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181091330.860.1800.48192.5276.1629.61
Hex126D855612030c14c1e
Octal221552051262206030111436
Binary10010110110110000101101011010010011000011000001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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