#126F76

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

Shades of Allports #126F76

Tints of Allports #126F76

Color information

#126F76 (or 0x126F76) is unknown color: approx Allports. HEX triplet: 12, 6F and 76. RGB value is (18,111,118). Sum of RGB (Red+Green+Blue) = 18+111+118=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #126F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F76 is #ED9089. Grayscale: #535353. Windows color (decimal): -15569034 or 7761682. OLE color: 7761682.

HSL color Cylindrical-coordinate representation of color #126F76: hue angle of 184.2º 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 #126F76 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB18111118-
CMYK0.850.0600.54
HSL184.2º73.53%26.67%-
HSV(B)184.2º84.75%46.27%-
XYZ9.212.8119.13-
YUV83.99147.1980.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 111 (43.75% from 255) = 44.94%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=7.29%
G=44.94%
B=47.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181111180.850.0600.54184.273.5326.67
Hex126F76556036b84a1b
Octal22157166125606627011233
Binary10010110111111101101010101110011011010111000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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