#19A084

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

Shades of Niagara #19A084

Tints of Niagara #19A084

Color information

#19A084 (or 0x19A084) is unknown color: approx Niagara. HEX triplet: 19, A0 and 84. RGB value is (25,160,132). Sum of RGB (Red+Green+Blue) = 25+160+132=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #19A084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A084 is #E65F7B. Grayscale: #747474. Windows color (decimal): -15097724 or 8691737. OLE color: 8691737.

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

Color convert

RGB25160132-
CMYK0.8400.170.37
HSL167.56º72.97%36.27%-
HSV(B)167.56º84.38%62.75%-
XYZ17.1427.0126.14-
YUV116.44136.7762.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.89%
GREEN value IS 160 (62.89% from 255) = 50.47%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=7.89%
G=50.47%
B=41.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal251601320.8400.170.37167.5672.9736.27
Hex19A0845401125a84924
Octal312402041240214525011144
Binary1100110100000100001001010100010001100101101010001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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