Html Css Color HEX #1AAD95 Niagara

📋 copy color: '#1AAD95'

red 26 ◦ green 173 ◦ blue 149

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

Shades of Niagara #1AAD95

Tints of Niagara #1AAD95

RGB

 RED value IS 26 (10.55% from 255) = 7.47%

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

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 7.47%
G = 49.71%
B = 42.82%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#1AAD95 (or 0x1AAD95) is known color: Niagara. HEX triplet: 1A, AD and 95. RGB value is (26,173,149). Sum of RGB (Red+Green+Blue) = 26+173+149=348 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.47% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #1AAD95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAD95 is #E5526A. Grayscale: #7E7E7E. Windows color (decimal): -15028843 or 9809178. OLE color: 9809178.

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

Color convert

RGB 26 173 149 -
CMYK 0.85 0 0.14 0.32
HSL 170.2º 0.74% 0.39% -
HSV(B) 170.2º 0.85% 0.68% -
XYZ 20.79 32.28 33.57 -
YUV 126.31 140.8 56.45 -
System Red Green Blue C M Y K H S L
Decimal 26 173 149 0.85 0 0.14 0.32 170.2 0.74 0.39
Hex 1A AD 95 55 0 E 20 AA 4A 27
Octal 32 255 225 125 0 16 40 252 112 47
Binary 11010 10101101 10010101 1010101 0 1110 100000 10101010 1001010 100111

Color Harmonies of #1AAD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAD95

Black with #1AAD95

Text Example


Text Example

White with #1AAD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AAD95; }

 p { color: rgb(26,173,149); }

 H1.HeaderClassName
 {
   color: #1AAD95;
 }
 .AnyTagClassName
 {
   color: #1AAD95;
 }
</style>

background-color css

<style>
 a { background-color: #1AAD95; }

 a { background-color: rgb(26,173,149); }

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

border-color css

<style>
 span { border-color: #1AAD95; }

 span { border-color: rgb(26,173,149); }

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