#149E73

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

Shades of Free Speech Aquamarine #149E73

Tints of Free Speech Aquamarine #149E73

Color information

#149E73 (or 0x149E73) is unknown color: approx Free Speech Aquamarine. HEX triplet: 14, 9E and 73. RGB value is (20,158,115). Sum of RGB (Red+Green+Blue) = 20+158+115=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 158 (62.11% from 255 or 53.92% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 158 - color contains mainly: green. Hex color #149E73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149E73 is #EB618C. Grayscale: #6F6F6F. Windows color (decimal): -15425933 or 7577108. OLE color: 7577108.

HSL color Cylindrical-coordinate representation of color #149E73: hue angle of 161.3º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149E73 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB20158115-
CMYK0.8700.270.38
HSL161.3º77.53%34.9%-
HSV(B)161.3º87.34%61.96%-
XYZ15.6125.8420.38-
YUV111.84129.7862.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.83%
GREEN value IS 158 (62.11% from 255) = 53.92%
BLUE value IS 115 (45.31% from 255) = 39.25%
R=6.83%
G=53.92%
B=39.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal201581150.8700.270.38161.377.5334.9
Hex149E735701B26a14e23
Octal242361631270334624111643
Binary101001001111011100111010111011011100110101000011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149E73; }

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

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

<style>
 a { background-color: #149E73; }

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

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

<style>
 span { border-color: #149E73; }

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

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