#126B7B

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

Shades of Allports #126B7B

Tints of Allports #126B7B

Color information

#126B7B (or 0x126B7B) is unknown color: approx Allports. HEX triplet: 12, 6B and 7B. RGB value is (18,107,123). Sum of RGB (Red+Green+Blue) = 18+107+123=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #126B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126B7B is #ED9484. Grayscale: #525252. Windows color (decimal): -15570053 or 8088338. OLE color: 8088338.

HSL color Cylindrical-coordinate representation of color #126B7B: hue angle of 189.14º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #126B7B is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB18107123-
CMYK0.850.1300.52
HSL189.14º74.47%27.65%-
HSV(B)189.14º85.37%48.24%-
XYZ9.0812.0720.59-
YUV82.21151.0182.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.26%
GREEN value IS 107 (42.19% from 255) = 43.15%
BLUE value IS 123 (48.44% from 255) = 49.60%
R=7.26%
G=43.15%
B=49.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181071230.850.1300.52189.1474.4727.65
Hex126B7B55D034bd4a1c
Octal221531731251506427511234
Binary100101101011111101110101011101011010010111101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,107,123); }

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

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

 a { background-color: rgb(18,107,123); }

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

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

 span { border-color: rgb(18,107,123); }

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