#19A285

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

Shades of Niagara #19A285

Tints of Niagara #19A285

Color information

#19A285 (or 0x19A285) is unknown color: approx Niagara. HEX triplet: 19, A2 and 85. RGB value is (25,162,133). Sum of RGB (Red+Green+Blue) = 25+162+133=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #19A285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A285 is #E65D7A. Grayscale: #757575. Windows color (decimal): -15097211 or 8757785. OLE color: 8757785.

HSL color Cylindrical-coordinate representation of color #19A285: hue angle of 167.3º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A285 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB25162133-
CMYK0.8500.180.36
HSL167.3º73.26%36.67%-
HSV(B)167.3º84.57%63.53%-
XYZ17.5527.7426.62-
YUV117.73136.6161.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.81%
GREEN value IS 162 (63.67% from 255) = 50.62%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=7.81%
G=50.62%
B=41.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal251621330.8500.180.36167.373.2636.67
Hex19A2855501224a74925
Octal312422051250224424711145
Binary1100110100010100001011010101010010100100101001111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,162,133); }

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

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

 a { background-color: rgb(25,162,133); }

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

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

 span { border-color: rgb(25,162,133); }

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