#146B72

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

Shades of Allports #146B72

Tints of Allports #146B72

Color information

#146B72 (or 0x146B72) is unknown color: approx Allports. HEX triplet: 14, 6B and 72. RGB value is (20,107,114). Sum of RGB (Red+Green+Blue) = 20+107+114=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #146B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146B72 is #EB948D. Grayscale: #515151. Windows color (decimal): -15438990 or 7498516. OLE color: 7498516.

HSL color Cylindrical-coordinate representation of color #146B72: hue angle of 184.47º 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 #146B72 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB20107114-
CMYK0.820.0600.55
HSL184.47º70.15%26.27%-
HSV(B)184.47º82.46%44.71%-
XYZ8.5811.8817.76-
YUV81.78146.1883.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.30%
GREEN value IS 107 (42.19% from 255) = 44.40%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=8.30%
G=44.40%
B=47.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal201071140.820.0600.55184.4770.1526.27
Hex146B72526037b8461a
Octal24153162122606727010632
Binary10100110101111100101010010110011011110111000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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