#19A174

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

Shades of Free Speech Aquamarine #19A174

Tints of Free Speech Aquamarine #19A174

Color information

#19A174 (or 0x19A174) is unknown color: approx Free Speech Aquamarine. HEX triplet: 19, A1 and 74. RGB value is (25,161,116). Sum of RGB (Red+Green+Blue) = 25+161+116=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #19A174 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A174 is #E65E8B. Grayscale: #737373. Windows color (decimal): -15097484 or 7643417. OLE color: 7643417.

HSL color Cylindrical-coordinate representation of color #19A174: hue angle of 160.15º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19A174 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB25161116-
CMYK0.8400.280.37
HSL160.15º73.12%36.47%-
HSV(B)160.15º84.47%63.14%-
XYZ16.326.9620.87-
YUV115.21128.4463.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.28%
GREEN value IS 161 (63.28% from 255) = 53.31%
BLUE value IS 116 (45.70% from 255) = 38.41%
R=8.28%
G=53.31%
B=38.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal251611160.8400.280.37160.1573.1236.47
Hex19A1745401C25a04924
Octal312411641240344524011144
Binary110011010000111101001010100011100100101101000001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19A174; }

 p { color: rgb(25,161,116); }

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

<style>
 a { background-color: #19A174; }

 a { background-color: rgb(25,161,116); }

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

<style>
 span { border-color: #19A174; }

 span { border-color: rgb(25,161,116); }

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