#14957E

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

Shades of Free Speech Aquamarine #14957E

Tints of Free Speech Aquamarine #14957E

Color information

#14957E (or 0x14957E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 14, 95 and 7E. RGB value is (20,149,126). Sum of RGB (Red+Green+Blue) = 20+149+126=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #14957E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14957E is #EB6A81. Grayscale: #6B6B6B. Windows color (decimal): -15428226 or 8295700. OLE color: 8295700.

HSL color Cylindrical-coordinate representation of color #14957E: hue angle of 169.3º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14957E is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB20149126-
CMYK0.8700.150.42
HSL169.3º76.33%33.14%-
HSV(B)169.3º86.58%58.43%-
XYZ14.823.1523.43-
YUV107.81138.2665.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.78%
GREEN value IS 149 (58.59% from 255) = 50.51%
BLUE value IS 126 (49.61% from 255) = 42.71%
R=6.78%
G=50.51%
B=42.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201491260.8700.150.42169.376.3333.14
Hex14957E570F2Aa94c21
Octal242251761270175225111441
Binary10100100101011111110101011101111101010101010011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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