#14747A

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

Shades of Allports #14747A

Tints of Allports #14747A

Color information

#14747A (or 0x14747A) is unknown color: approx Allports. HEX triplet: 14, 74 and 7A. RGB value is (20,116,122). Sum of RGB (Red+Green+Blue) = 20+116+122=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #14747A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14747A is #EB8B85. Grayscale: #575757. Windows color (decimal): -15436678 or 8025108. OLE color: 8025108.

HSL color Cylindrical-coordinate representation of color #14747A: hue angle of 183.53º 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 #14747A is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB20116122-
CMYK0.840.0500.52
HSL183.53º71.83%27.84%-
HSV(B)183.53º83.61%47.84%-
XYZ10.0514.0420.59-
YUV87.98147.279.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.75%
GREEN value IS 116 (45.70% from 255) = 44.96%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=7.75%
G=44.96%
B=47.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal201161220.840.0500.52183.5371.8327.84
Hex14747A545034b8481c
Octal24164172124506427011034
Binary10100111010011110101010100101011010010111000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14747A; }

 p { color: rgb(20,116,122); }

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

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

 a { background-color: rgb(20,116,122); }

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

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

 span { border-color: rgb(20,116,122); }

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