#146A73

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

Shades of Allports #146A73

Tints of Allports #146A73

Color information

#146A73 (or 0x146A73) is unknown color: approx Allports. HEX triplet: 14, 6A and 73. RGB value is (20,106,115). Sum of RGB (Red+Green+Blue) = 20+106+115=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #146A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146A73 is #EB958C. Grayscale: #515151. Windows color (decimal): -15439245 or 7563796. OLE color: 7563796.

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

Color convert

RGB20106115-
CMYK0.830.0800.55
HSL185.68º70.37%26.47%-
HSV(B)185.68º82.61%45.1%-
XYZ8.5411.6918.03-
YUV81.31147.0184.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.30%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 115 (45.31% from 255) = 47.72%
R=8.30%
G=43.98%
B=47.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal201061150.830.0800.55185.6870.3726.47
Hex146A73538037ba461a
Octal241521631231006727210632
Binary101001101010111001110100111000011011110111010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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