#126F73

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

Shades of Allports #126F73

Tints of Allports #126F73

Color information

#126F73 (or 0x126F73) is unknown color: approx Allports. HEX triplet: 12, 6F and 73. RGB value is (18,111,115). Sum of RGB (Red+Green+Blue) = 18+111+115=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #126F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F73 is #ED908C. Grayscale: #535353. Windows color (decimal): -15569037 or 7565074. OLE color: 7565074.

HSL color Cylindrical-coordinate representation of color #126F73: hue angle of 182.47º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126F73 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB18111115-
CMYK0.840.0300.55
HSL182.47º72.93%26.08%-
HSV(B)182.47º84.35%45.1%-
XYZ9.0312.7418.2-
YUV83.65145.6981.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.38%
GREEN value IS 111 (43.75% from 255) = 45.49%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=7.38%
G=45.49%
B=47.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal181111150.840.0300.55182.4772.9326.08
Hex126F73543037b6491a
Octal22157163124306726611132
Binary1001011011111110011101010011011011110110110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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