#146C7B

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

Shades of Allports #146C7B

Tints of Allports #146C7B

Color information

#146C7B (or 0x146C7B) is unknown color: approx Allports. HEX triplet: 14, 6C and 7B. RGB value is (20,108,123). Sum of RGB (Red+Green+Blue) = 20+108+123=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #146C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146C7B is #EB9384. Grayscale: #535353. Windows color (decimal): -15438725 or 8088596. OLE color: 8088596.

HSL color Cylindrical-coordinate representation of color #146C7B: hue angle of 188.74º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #146C7B is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB20108123-
CMYK0.840.1200.52
HSL188.74º72.03%28.04%-
HSV(B)188.74º83.74%48.24%-
XYZ9.2312.320.63-
YUV83.4150.3582.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.97%
GREEN value IS 108 (42.58% from 255) = 43.03%
BLUE value IS 123 (48.44% from 255) = 49.00%
R=7.97%
G=43.03%
B=49.00%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal201081230.840.1200.52188.7472.0328.04
Hex146C7B54C034bd481c
Octal241541731241406427511034
Binary101001101100111101110101001100011010010111101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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