#19A28A

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

Shades of Niagara #19A28A

Tints of Niagara #19A28A

Color information

#19A28A (or 0x19A28A) is unknown color: approx Niagara. HEX triplet: 19, A2 and 8A. RGB value is (25,162,138). Sum of RGB (Red+Green+Blue) = 25+162+138=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #19A28A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A28A is #E65D75. Grayscale: #767676. Windows color (decimal): -15097206 or 9085465. OLE color: 9085465.

HSL color Cylindrical-coordinate representation of color #19A28A: hue angle of 169.49º 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 #19A28A is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB25162138-
CMYK0.8500.150.36
HSL169.49º73.26%36.67%-
HSV(B)169.49º84.57%63.53%-
XYZ17.9127.8828.48-
YUV118.3139.1161.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.69%
GREEN value IS 162 (63.67% from 255) = 49.85%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=7.69%
G=49.85%
B=42.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal251621380.8500.150.36169.4973.2636.67
Hex19A28A550F24a94925
Octal312422121250174425111145
Binary110011010001010001010101010101111100100101010011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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