Html Css Color HEX #19AD94 Niagara

📋 copy color: '#19AD94'

red 25 ◦ green 173 ◦ blue 148

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

Shades of Niagara #19AD94

Tints of Niagara #19AD94

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50%

 BLUE value IS 148 (58.2% from 255) = 42.77%

R = 7.23%
G = 50%
B = 42.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#19AD94 (or 0x19AD94) is known color: Niagara. HEX triplet: 19, AD and 94. RGB value is (25,173,148). Sum of RGB (Red+Green+Blue) = 25+173+148=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #19AD94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AD94 is #E6526B. Grayscale: #7D7D7D. Windows color (decimal): -15094380 or 9743641. OLE color: 9743641.

HSL color Cylindrical-coordinate representation of color #19AD94: hue angle of 169.86º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AD94 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 173 148 -
CMYK 0.86 0 0.14 0.32
HSL 169.86º 0.75% 0.39% -
HSV(B) 169.86º 0.86% 0.68% -
XYZ 20.69 32.23 33.15 -
YUV 125.9 140.47 56.03 -
System Red Green Blue C M Y K H S L
Decimal 25 173 148 0.86 0 0.14 0.32 169.86 0.75 0.39
Hex 19 AD 94 56 0 E 20 AA 4B 27
Octal 31 255 224 126 0 16 40 252 113 47
Binary 11001 10101101 10010100 1010110 0 1110 100000 10101010 1001011 100111

Color Harmonies of #19AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AD94

Black with #19AD94

Text Example


Text Example

White with #19AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,173,148); }

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

background-color css

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

 a { background-color: rgb(25,173,148); }

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

border-color css

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

 span { border-color: rgb(25,173,148); }

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