#19A18A

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

Shades of Niagara #19A18A

Tints of Niagara #19A18A

Color information

#19A18A (or 0x19A18A) is unknown color: approx Niagara. HEX triplet: 19, A1 and 8A. RGB value is (25,161,138). Sum of RGB (Red+Green+Blue) = 25+161+138=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #19A18A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A18A is #E65E75. Grayscale: #757575. Windows color (decimal): -15097462 or 9085209. OLE color: 9085209.

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

Color convert

RGB25161138-
CMYK0.8400.140.37
HSL169.85º73.12%36.47%-
HSV(B)169.85º84.47%63.14%-
XYZ17.7327.5328.42-
YUV117.71139.4461.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.72%
GREEN value IS 161 (63.28% from 255) = 49.69%
BLUE value IS 138 (54.30% from 255) = 42.59%
R=7.72%
G=49.69%
B=42.59%

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
Decimal251611380.8400.140.37169.8573.1236.47
Hex19A18A540E25aa4924
Octal312412121240164525211144
Binary110011010000110001010101010001110100101101010101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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