#19A076

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

Shades of Free Speech Aquamarine #19A076

Tints of Free Speech Aquamarine #19A076

Color information

#19A076 (or 0x19A076) is unknown color: approx Free Speech Aquamarine. HEX triplet: 19, A0 and 76. RGB value is (25,160,118). Sum of RGB (Red+Green+Blue) = 25+160+118=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #19A076 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A076 is #E65F89. Grayscale: #727272. Windows color (decimal): -15097738 or 7774233. OLE color: 7774233.

HSL color Cylindrical-coordinate representation of color #19A076: hue angle of 161.33º 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 #19A076 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB25160118-
CMYK0.8400.260.37
HSL161.33º72.97%36.27%-
HSV(B)161.33º84.38%62.75%-
XYZ16.2426.6621.43-
YUV114.85129.7763.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.25%
GREEN value IS 160 (62.89% from 255) = 52.81%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=8.25%
G=52.81%
B=38.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal251601180.8400.260.37161.3372.9736.27
Hex19A0765401A25a14924
Octal312401661240324524111144
Binary110011010000011101101010100011010100101101000011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,160,118); }

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

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

 a { background-color: rgb(25,160,118); }

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

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

 span { border-color: rgb(25,160,118); }

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