Html Css Color HEX #32AD90 Niagara

📋 copy color: '#32AD90'

red 50 ◦ green 173 ◦ blue 144

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

Shades of Niagara #32AD90

Tints of Niagara #32AD90

RGB

 RED value IS 50 (19.92% from 255) = 13.62%

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

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

R = 13.62%
G = 47.14%
B = 39.24%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#32AD90 (or 0x32AD90) is known color: Niagara. HEX triplet: 32, AD and 90. RGB value is (50,173,144). Sum of RGB (Red+Green+Blue) = 50+173+144=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AD90 is #CD526F. Grayscale: #848484. Windows color (decimal): -13455984 or 9481522. OLE color: 9481522.

HSL color Cylindrical-coordinate representation of color #32AD90: hue angle of 165.85º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AD90 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 173 144 -
CMYK 0.71 0 0.17 0.32
HSL 165.85º 0.55% 0.44% -
HSV(B) 165.85º 0.71% 0.68% -
XYZ 21.29 32.58 31.55 -
YUV 132.92 134.25 68.86 -
System Red Green Blue C M Y K H S L
Decimal 50 173 144 0.71 0 0.17 0.32 165.85 0.55 0.44
Hex 32 AD 90 47 0 11 20 A6 37 2C
Octal 62 255 220 107 0 21 40 246 67 54
Binary 110010 10101101 10010000 1000111 0 10001 100000 10100110 110111 101100

Color Harmonies of #32AD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AD90

Black with #32AD90

Text Example


Text Example

White with #32AD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32AD90; }

 p { color: rgb(50,173,144); }

 H1.HeaderClassName
 {
   color: #32AD90;
 }
 .AnyTagClassName
 {
   color: #32AD90;
 }
</style>

background-color css

<style>
 a { background-color: #32AD90; }

 a { background-color: rgb(50,173,144); }

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

border-color css

<style>
 span { border-color: #32AD90; }

 span { border-color: rgb(50,173,144); }

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