#146A76

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

Shades of Allports #146A76

Tints of Allports #146A76

Color information

#146A76 (or 0x146A76) is unknown color: approx Allports. HEX triplet: 14, 6A and 76. RGB value is (20,106,118). Sum of RGB (Red+Green+Blue) = 20+106+118=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #146A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146A76 is #EB9589. Grayscale: #515151. Windows color (decimal): -15439242 or 7760404. OLE color: 7760404.

HSL color Cylindrical-coordinate representation of color #146A76: hue angle of 187.35º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146A76 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB20106118-
CMYK0.830.1000.54
HSL187.35º71.01%27.06%-
HSV(B)187.35º83.05%46.27%-
XYZ8.7111.7618.95-
YUV81.65148.5184.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.20%
GREEN value IS 106 (41.80% from 255) = 43.44%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=8.20%
G=43.44%
B=48.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal201061180.830.1000.54187.3571.0127.06
Hex146A7653A036bb471b
Octal241521661231206627310733
Binary101001101010111011010100111010011011010111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146A76; }

 p { color: rgb(20,106,118); }

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

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

 a { background-color: rgb(20,106,118); }

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

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

 span { border-color: rgb(20,106,118); }

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