#146D74

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

Shades of Allports #146D74

Tints of Allports #146D74

Color information

#146D74 (or 0x146D74) is unknown color: approx Allports. HEX triplet: 14, 6D and 74. RGB value is (20,109,116). Sum of RGB (Red+Green+Blue) = 20+109+116=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #146D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146D74 is #EB928B. Grayscale: #535353. Windows color (decimal): -15438476 or 7630100. OLE color: 7630100.

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

Color convert

RGB20109116-
CMYK0.830.0600.55
HSL184.38º70.59%26.67%-
HSV(B)184.38º82.76%45.49%-
XYZ8.9112.3518.44-
YUV83.19146.5182.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.16%
GREEN value IS 109 (42.97% from 255) = 44.49%
BLUE value IS 116 (45.70% from 255) = 47.35%
R=8.16%
G=44.49%
B=47.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal201091160.830.0600.55184.3870.5926.67
Hex146D74536037b8471b
Octal24155164123606727010733
Binary10100110110111101001010011110011011110111000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,109,116); }

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

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

 a { background-color: rgb(20,109,116); }

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

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

 span { border-color: rgb(20,109,116); }

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