#126672

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

Shades of Allports #126672

Tints of Allports #126672

Color information

#126672 (or 0x126672) is unknown color: approx Allports. HEX triplet: 12, 66 and 72. RGB value is (18,102,114). Sum of RGB (Red+Green+Blue) = 18+102+114=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #126672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126672 is #ED998D. Grayscale: #4E4E4E. Windows color (decimal): -15571342 or 7497234. OLE color: 7497234.

HSL color Cylindrical-coordinate representation of color #126672: hue angle of 187.5º 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 #126672 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB18102114-
CMYK0.840.1100.55
HSL187.5º72.73%25.88%-
HSV(B)187.5º84.21%44.71%-
XYZ8.0410.8517.59-
YUV78.25148.1785.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.69%
GREEN value IS 102 (40.23% from 255) = 43.59%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=7.69%
G=43.59%
B=48.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal181021140.840.1100.55187.572.7325.88
Hex12667254B037bc491a
Octal221461621241306727411132
Binary100101100110111001010101001011011011110111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126672; }

 p { color: rgb(18,102,114); }

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

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

 a { background-color: rgb(18,102,114); }

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

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

 span { border-color: rgb(18,102,114); }

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