Html Css Color HEX #16A490 Niagara

📋 copy color: '#16A490'

red 22 ◦ green 164 ◦ blue 144

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

Shades of Niagara #16A490

Tints of Niagara #16A490

RGB

 RED value IS 22 (8.98% from 255) = 6.67%

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

 BLUE value IS 144 (56.64% from 255) = 43.64%

R = 6.67%
G = 49.7%
B = 43.64%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#16A490 (or 0x16A490) is known color: Niagara. HEX triplet: 16, A4 and 90. RGB value is (22,164,144). Sum of RGB (Red+Green+Blue) = 22+164+144=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #16A490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A490 is #E95B6F. Grayscale: #777777. Windows color (decimal): -15293296 or 9479190. OLE color: 9479190.

HSL color Cylindrical-coordinate representation of color #16A490: hue angle of 171.55º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A490 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 22 164 144 -
CMYK 0.87 0 0.12 0.36
HSL 171.55º 0.76% 0.36% -
HSV(B) 171.55º 0.87% 0.64% -
XYZ 18.64 28.74 30.95 -
YUV 119.26 141.96 58.63 -
System Red Green Blue C M Y K H S L
Decimal 22 164 144 0.87 0 0.12 0.36 171.55 0.76 0.36
Hex 16 A4 90 57 0 C 24 AC 4C 24
Octal 26 244 220 127 0 14 44 254 114 44
Binary 10110 10100100 10010000 1010111 0 1100 100100 10101100 1001100 100100

Color Harmonies of #16A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16A490

Black with #16A490

Text Example


Text Example

White with #16A490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16A490; }

 p { color: rgb(22,164,144); }

 H1.HeaderClassName
 {
   color: #16A490;
 }
 .AnyTagClassName
 {
   color: #16A490;
 }
</style>

background-color css

<style>
 a { background-color: #16A490; }

 a { background-color: rgb(22,164,144); }

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

border-color css

<style>
 span { border-color: #16A490; }

 span { border-color: rgb(22,164,144); }

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