#126D78

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

Shades of Allports #126D78

Tints of Allports #126D78

Color information

#126D78 (or 0x126D78) is unknown color: approx Allports. HEX triplet: 12, 6D and 78. RGB value is (18,109,120). Sum of RGB (Red+Green+Blue) = 18+109+120=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #126D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126D78 is #ED9287. Grayscale: #525252. Windows color (decimal): -15569544 or 7892242. OLE color: 7892242.

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

Color convert

RGB18109120-
CMYK0.850.0900.53
HSL186.47º73.91%27.06%-
HSV(B)186.47º85%47.06%-
XYZ9.1112.4219.69-
YUV83.04148.8581.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 109 (42.97% from 255) = 44.13%
BLUE value IS 120 (47.27% from 255) = 48.58%
R=7.29%
G=44.13%
B=48.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181091200.850.0900.53186.4773.9127.06
Hex126D78559035ba4a1b
Octal221551701251106527211233
Binary100101101101111100010101011001011010110111010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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