#147175

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

Shades of Allports #147175

Tints of Allports #147175

Color information

#147175 (or 0x147175) is unknown color: approx Allports. HEX triplet: 14, 71 and 75. RGB value is (20,113,117). Sum of RGB (Red+Green+Blue) = 20+113+117=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #147175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147175 is #EB8E8A. Grayscale: #555555. Windows color (decimal): -15437451 or 7696660. OLE color: 7696660.

HSL color Cylindrical-coordinate representation of color #147175: hue angle of 182.47º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147175 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB20113117-
CMYK0.830.0300.54
HSL182.47º70.8%26.86%-
HSV(B)182.47º82.91%45.88%-
XYZ9.413.2418.89-
YUV85.65145.6981.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 113 (44.53% from 255) = 45.2%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=8%
G=45.2%
B=46.8%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal201131170.830.0300.54182.4770.826.86
Hex147175533036b6471b
Octal24161165123306626610733
Binary1010011100011110101101001111011011010110110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147175; }

 p { color: rgb(20,113,117); }

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

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

 a { background-color: rgb(20,113,117); }

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

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

 span { border-color: rgb(20,113,117); }

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