#126C76

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

Shades of Allports #126C76

Tints of Allports #126C76

Color information

#126C76 (or 0x126C76) is unknown color: approx Allports. HEX triplet: 12, 6C and 76. RGB value is (18,108,118). Sum of RGB (Red+Green+Blue) = 18+108+118=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #126C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C76 is #ED9389. Grayscale: #525252. Windows color (decimal): -15569802 or 7760914. OLE color: 7760914.

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

Color convert

RGB18108118-
CMYK0.850.0800.54
HSL186º73.53%26.67%-
HSV(B)186º84.75%46.27%-
XYZ8.8812.1619.02-
YUV82.23148.1882.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.38%
GREEN value IS 108 (42.58% from 255) = 44.26%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=7.38%
G=44.26%
B=48.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181081180.850.0800.5418673.5326.67
Hex126C76558036ba4a1b
Octal221541661251006627211233
Binary100101101100111011010101011000011011010111010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,108,118); }

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

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

 a { background-color: rgb(18,108,118); }

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

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

 span { border-color: rgb(18,108,118); }

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