#19AC96

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

Shades of Niagara #19AC96

Tints of Niagara #19AC96

Color information

#19AC96 (or 0x19AC96) is unknown color: approx Niagara. HEX triplet: 19, AC and 96. RGB value is (25,172,150). Sum of RGB (Red+Green+Blue) = 25+172+150=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #19AC96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AC96 is #E65369. Grayscale: #7D7D7D. Windows color (decimal): -15094634 or 9874457. OLE color: 9874457.

HSL color Cylindrical-coordinate representation of color #19AC96: hue angle of 171.02º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AC96 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB25172150-
CMYK0.8500.130.33
HSL171.02º74.62%38.63%-
HSV(B)171.02º85.47%67.45%-
XYZ20.6631.9133.93-
YUV125.54141.856.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.20%
GREEN value IS 172 (67.58% from 255) = 49.57%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=7.20%
G=49.57%
B=43.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251721500.8500.130.33171.0274.6238.63
Hex19AC96550D21ab4b27
Octal312542261250154125311347
Binary110011010110010010110101010101101100001101010111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,172,150); }

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

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

 a { background-color: rgb(25,172,150); }

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

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

 span { border-color: rgb(25,172,150); }

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