#19A18B

Color #19A18B Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #19A18B

Tints of Niagara #19A18B

Color information

#19A18B (or 0x19A18B) is unknown color: approx Niagara. HEX triplet: 19, A1 and 8B. RGB value is (25,161,139). Sum of RGB (Red+Green+Blue) = 25+161+139=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #19A18B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A18B is #E65E74. Grayscale: #757575. Windows color (decimal): -15097461 or 9150745. OLE color: 9150745.

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

Color convert

RGB25161139-
CMYK0.8400.140.37
HSL170.29º73.12%36.47%-
HSV(B)170.29º84.47%63.14%-
XYZ17.8127.5628.81-
YUV117.83139.9461.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.69%
GREEN value IS 161 (63.28% from 255) = 49.54%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=7.69%
G=49.54%
B=42.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal251611390.8400.140.37170.2973.1236.47
Hex19A18B540E25aa4924
Octal312412131240164525211144
Binary110011010000110001011101010001110100101101010101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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