Html Css Color HEX #19A488 Niagara

📋 copy color: '#19A488'

red 25 ◦ green 164 ◦ blue 136

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

Shades of Niagara #19A488

Tints of Niagara #19A488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.85%

R = 7.69%
G = 50.46%
B = 41.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#19A488 (or 0x19A488) is known color: Niagara. HEX triplet: 19, A4 and 88. RGB value is (25,164,136). Sum of RGB (Red+Green+Blue) = 25+164+136=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #19A488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A488 is #E65B77. Grayscale: #777777. Windows color (decimal): -15096696 or 8954905. OLE color: 8954905.

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

Color convert

RGB 25 164 136 -
CMYK 0.85 0 0.17 0.36
HSL 167.91º 0.74% 0.37% -
HSV(B) 167.91º 0.85% 0.64% -
XYZ 18.12 28.54 27.85 -
YUV 119.25 137.45 60.78 -
System Red Green Blue C M Y K H S L
Decimal 25 164 136 0.85 0 0.17 0.36 167.91 0.74 0.37
Hex 19 A4 88 55 0 11 24 A8 4A 25
Octal 31 244 210 125 0 21 44 250 112 45
Binary 11001 10100100 10001000 1010101 0 10001 100100 10101000 1001010 100101

Color Harmonies of #19A488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A488

Black with #19A488

Text Example


Text Example

White with #19A488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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