#146C7F

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

Shades of Allports #146C7F

Tints of Allports #146C7F

Color information

#146C7F (or 0x146C7F) is unknown color: approx Allports. HEX triplet: 14, 6C and 7F. RGB value is (20,108,127). Sum of RGB (Red+Green+Blue) = 20+108+127=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #146C7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146C7F is #EB9380. Grayscale: #535353. Windows color (decimal): -15438721 or 8350740. OLE color: 8350740.

HSL color Cylindrical-coordinate representation of color #146C7F: hue angle of 190.65º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #146C7F is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB20108127-
CMYK0.840.1500.50
HSL190.65º72.79%28.82%-
HSV(B)190.65º84.25%49.8%-
XYZ9.4812.4121.97-
YUV83.85152.3582.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 108 (42.58% from 255) = 42.35%
BLUE value IS 127 (50% from 255) = 49.80%
R=7.84%
G=42.35%
B=49.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal201081270.840.1500.50190.6572.7928.82
Hex146C7F54F032bf491d
Octal241541771241706227711135
Binary101001101100111111110101001111011001010111111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,108,127); }

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

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

 a { background-color: rgb(20,108,127); }

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

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

 span { border-color: rgb(20,108,127); }

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