#14737f

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

Shades of Allports #14737F

Tints of Allports #14737F

Color information

#14737F (or 0x14737F) is unknown color: approx Allports. HEX triplet: 14, 73 and 7F. RGB value is (20,115,127). Sum of RGB (Red+Green+Blue) = 20+115+127=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #14737F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14737F is #EB8C80. Grayscale: #575757. Windows color (decimal): -15436929 or 8352532. OLE color: 8352532.

HSL color Cylindrical-coordinate representation of color #14737F: hue angle of 186.73º 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 #14737F is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB20115127-
CMYK0.840.0900.50
HSL186.73º72.79%28.82%-
HSV(B)186.73º84.25%49.8%-
XYZ10.2513.9422.23-
YUV87.96150.0379.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.63%
GREEN value IS 115 (45.31% from 255) = 43.89%
BLUE value IS 127 (50% from 255) = 48.47%
R=7.63%
G=43.89%
B=48.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal201151270.840.0900.50186.7372.7928.82
Hex14737F549032bb491d
Octal241631771241106227311135
Binary101001110011111111110101001001011001010111011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14737f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14737f; }

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

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

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

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

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

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

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

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