#14A472

Color #14A472 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #14A472

Tints of Free Speech Aquamarine #14A472

Color information

#14A472 (or 0x14A472) is unknown color: approx Free Speech Aquamarine. HEX triplet: 14, A4 and 72. RGB value is (20,164,114). Sum of RGB (Red+Green+Blue) = 20+164+114=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 164 (64.45% from 255 or 55.03% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 164 - color contains mainly: green. Hex color #14A472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A472 is #EB5B8D. Grayscale: #737373. Windows color (decimal): -15424398 or 7513108. OLE color: 7513108.

HSL color Cylindrical-coordinate representation of color #14A472: hue angle of 159.17º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A472 is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB20164114-
CMYK0.8800.300.36
HSL159.17º78.26%36.08%-
HSV(B)159.17º87.8%64.31%-
XYZ16.627.9120.43-
YUV115.24127.2960.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.71%
GREEN value IS 164 (64.45% from 255) = 55.03%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=6.71%
G=55.03%
B=38.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal201641140.8800.300.36159.1778.2636.08
Hex14A4725801E249f4e24
Octal242441621300364423711644
Binary101001010010011100101011000011110100100100111111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14A472; }

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

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

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

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

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

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

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

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