#149E78

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

Shades of Free Speech Aquamarine #149E78

Tints of Free Speech Aquamarine #149E78

Color information

#149E78 (or 0x149E78) is unknown color: approx Free Speech Aquamarine. HEX triplet: 14, 9E and 78. RGB value is (20,158,120). Sum of RGB (Red+Green+Blue) = 20+158+120=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 158 (62.11% from 255 or 53.02% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 158 - color contains mainly: green. Hex color #149E78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149E78 is #EB6187. Grayscale: #707070. Windows color (decimal): -15425928 or 7904788. OLE color: 7904788.

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

Color convert

RGB20158120-
CMYK0.8700.240.38
HSL163.48º77.53%34.9%-
HSV(B)163.48º87.34%61.96%-
XYZ15.9125.9621.94-
YUV112.41132.2862.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.71%
GREEN value IS 158 (62.11% from 255) = 53.02%
BLUE value IS 120 (47.27% from 255) = 40.27%
R=6.71%
G=53.02%
B=40.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal201581200.8700.240.38163.4877.5334.9
Hex149E785701826a34e23
Octal242361701270304624311643
Binary101001001111011110001010111011000100110101000111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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