Html Css Color HEX #19A492 Niagara

📋 copy color: '#19A492'

red 25 ◦ green 164 ◦ blue 146

#19A492
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #19A492

Tints of Niagara #19A492

RGB

 RED value IS 25 (10.16% from 255) = 7.46%

 GREEN value IS 164 (64.45% from 255) = 48.96%

 BLUE value IS 146 (57.42% from 255) = 43.58%

R = 7.46%
G = 48.96%
B = 43.58%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#19A492 (or 0x19A492) is known color: Niagara. HEX triplet: 19, A4 and 92. RGB value is (25,164,146). Sum of RGB (Red+Green+Blue) = 25+164+146=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #19A492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A492 is #E65B6D. Grayscale: #787878. Windows color (decimal): -15096686 or 9610265. OLE color: 9610265.

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

Color convert

RGB 25 164 146 -
CMYK 0.85 0 0.11 0.36
HSL 172.23º 0.74% 0.37% -
HSV(B) 172.23º 0.85% 0.64% -
XYZ 18.86 28.83 31.77 -
YUV 120.39 142.45 59.96 -
System Red Green Blue C M Y K H S L
Decimal 25 164 146 0.85 0 0.11 0.36 172.23 0.74 0.37
Hex 19 A4 92 55 0 B 24 AC 4A 25
Octal 31 244 222 125 0 13 44 254 112 45
Binary 11001 10100100 10010010 1010101 0 1011 100100 10101100 1001010 100101

Color Harmonies of #19A492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A492

Black with #19A492

Text Example


Text Example

White with #19A492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,164,146); }

 H1.HeaderClassName
 {
   color: #19A492;
 }
 .AnyTagClassName
 {
   color: #19A492;
 }
</style>

background-color css

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

 a { background-color: rgb(25,164,146); }

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

border-color css

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

 span { border-color: rgb(25,164,146); }

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