#146A72

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

Shades of Allports #146A72

Tints of Allports #146A72

Color information

#146A72 (or 0x146A72) is unknown color: approx Allports. HEX triplet: 14, 6A and 72. RGB value is (20,106,114). Sum of RGB (Red+Green+Blue) = 20+106+114=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #146A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146A72 is #EB958D. Grayscale: #515151. Windows color (decimal): -15439246 or 7498260. OLE color: 7498260.

HSL color Cylindrical-coordinate representation of color #146A72: hue angle of 185.11º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146A72 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB20106114-
CMYK0.820.0700.55
HSL185.11º70.15%26.27%-
HSV(B)185.11º82.46%44.71%-
XYZ8.4811.6717.73-
YUV81.2146.5184.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.33%
GREEN value IS 106 (41.80% from 255) = 44.17%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=8.33%
G=44.17%
B=47.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal201061140.820.0700.55185.1170.1526.27
Hex146A72527037b9461a
Octal24152162122706727110632
Binary10100110101011100101010010111011011110111001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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