#149E76

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

Shades of Free Speech Aquamarine #149E76

Tints of Free Speech Aquamarine #149E76

Color information

#149E76 (or 0x149E76) is unknown color: approx Free Speech Aquamarine. HEX triplet: 14, 9E and 76. RGB value is (20,158,118). Sum of RGB (Red+Green+Blue) = 20+158+118=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 158 (62.11% from 255 or 53.38% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 158 - color contains mainly: green. Hex color #149E76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149E76 is #EB6189. Grayscale: #707070. Windows color (decimal): -15425930 or 7773716. OLE color: 7773716.

HSL color Cylindrical-coordinate representation of color #149E76: hue angle of 162.61º 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 #149E76 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB20158118-
CMYK0.8700.250.38
HSL162.61º77.53%34.9%-
HSV(B)162.61º87.34%61.96%-
XYZ15.7925.9121.31-
YUV112.18131.2862.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.76%
GREEN value IS 158 (62.11% from 255) = 53.38%
BLUE value IS 118 (46.48% from 255) = 39.86%
R=6.76%
G=53.38%
B=39.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal201581180.8700.250.38162.6177.5334.9
Hex149E765701926a34e23
Octal242361661270314624311643
Binary101001001111011101101010111011001100110101000111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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