#149D7C

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

Shades of Free Speech Aquamarine #149D7C

Tints of Free Speech Aquamarine #149D7C

Color information

#149D7C (or 0x149D7C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 14, 9D and 7C. RGB value is (20,157,124). Sum of RGB (Red+Green+Blue) = 20+157+124=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #149D7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149D7C is #EB6283. Grayscale: #707070. Windows color (decimal): -15426180 or 8166676. OLE color: 8166676.

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

Color convert

RGB20157124-
CMYK0.8700.210.38
HSL165.55º77.4%34.71%-
HSV(B)165.55º87.26%61.57%-
XYZ15.9825.7223.19-
YUV112.28134.6162.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.64%
GREEN value IS 157 (61.72% from 255) = 52.16%
BLUE value IS 124 (48.83% from 255) = 41.20%
R=6.64%
G=52.16%
B=41.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal201571240.8700.210.38165.5577.434.71
Hex149D7C5701526a64d23
Octal242351741270254624611543
Binary101001001110111111001010111010101100110101001101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,157,124); }

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

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

 a { background-color: rgb(20,157,124); }

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

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

 span { border-color: rgb(20,157,124); }

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