#14727E

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

Shades of Allports #14727E

Tints of Allports #14727E

Color information

#14727E (or 0x14727E) is unknown color: approx Allports. HEX triplet: 14, 72 and 7E. RGB value is (20,114,126). Sum of RGB (Red+Green+Blue) = 20+114+126=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 126 - color contains mainly: blue. Hex color #14727E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14727E is #EB8D81. Grayscale: #575757. Windows color (decimal): -15437186 or 8286740. OLE color: 8286740.

HSL color Cylindrical-coordinate representation of color #14727E: hue angle of 186.79º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14727E is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB20114126-
CMYK0.840.1000.51
HSL186.79º72.6%28.63%-
HSV(B)186.79º84.13%49.41%-
XYZ10.0713.6921.85-
YUV87.26149.8680.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.69%
GREEN value IS 114 (44.92% from 255) = 43.85%
BLUE value IS 126 (49.61% from 255) = 48.46%
R=7.69%
G=43.85%
B=48.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal201141260.840.1000.51186.7972.628.63
Hex14727E54A033bb491d
Octal241621761241206327311135
Binary101001110010111111010101001010011001110111011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14727E; }

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

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

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

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

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

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

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

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