#19a172

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

Shades of Free Speech Aquamarine #19A172

Tints of Free Speech Aquamarine #19A172

Color information

#19A172 (or 0x19A172) is unknown color: approx Free Speech Aquamarine. HEX triplet: 19, A1 and 72. RGB value is (25,161,114). Sum of RGB (Red+Green+Blue) = 25+161+114=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 161 (63.28% from 255 or 53.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 161 - color contains mainly: green. Hex color #19A172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A172 is #E65E8D. Grayscale: #737373. Windows color (decimal): -15097486 or 7512345. OLE color: 7512345.

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

Color convert

RGB25161114-
CMYK0.8400.290.37
HSL159.26º73.12%36.47%-
HSV(B)159.26º84.47%63.14%-
XYZ16.1826.9120.26-
YUV114.98127.4463.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.33%
GREEN value IS 161 (63.28% from 255) = 53.67%
BLUE value IS 114 (44.92% from 255) = 38%
R=8.33%
G=53.67%
B=38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal251611140.8400.290.37159.2673.1236.47
Hex19A1725401D259f4924
Octal312411621240354523711144
Binary110011010000111100101010100011101100101100111111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19a172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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