#126F77

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

Shades of Allports #126F77

Tints of Allports #126F77

Color information

#126F77 (or 0x126F77) is unknown color: approx Allports. HEX triplet: 12, 6F and 77. RGB value is (18,111,119). Sum of RGB (Red+Green+Blue) = 18+111+119=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #126F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F77 is #ED9088. Grayscale: #535353. Windows color (decimal): -15569033 or 7827218. OLE color: 7827218.

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

Color convert

RGB18111119-
CMYK0.850.0700.53
HSL184.75º73.72%26.86%-
HSV(B)184.75º84.87%46.67%-
XYZ9.2612.8319.44-
YUV84.1147.6980.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.26%
GREEN value IS 111 (43.75% from 255) = 44.76%
BLUE value IS 119 (46.88% from 255) = 47.98%
R=7.26%
G=44.76%
B=47.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181111190.850.0700.53184.7573.7226.86
Hex126F77557035b94a1b
Octal22157167125706527111233
Binary10010110111111101111010101111011010110111001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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