Html Css Color HEX #31AD90 Niagara

📋 copy color: '#31AD90'

red 49 ◦ green 173 ◦ blue 144

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

Shades of Niagara #31AD90

Tints of Niagara #31AD90

RGB

 RED value IS 49 (19.53% from 255) = 13.39%

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

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

R = 13.39%
G = 47.27%
B = 39.34%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#31AD90 (or 0x31AD90) is known color: Niagara. HEX triplet: 31, AD and 90. RGB value is (49,173,144). Sum of RGB (Red+Green+Blue) = 49+173+144=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AD90 is #CE526F. Grayscale: #848484. Windows color (decimal): -13521520 or 9481521. OLE color: 9481521.

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

Color convert

RGB 49 173 144 -
CMYK 0.72 0 0.17 0.32
HSL 165.97º 0.56% 0.44% -
HSV(B) 165.97º 0.72% 0.68% -
XYZ 21.24 32.55 31.55 -
YUV 132.62 134.42 68.36 -
System Red Green Blue C M Y K H S L
Decimal 49 173 144 0.72 0 0.17 0.32 165.97 0.56 0.44
Hex 31 AD 90 48 0 11 20 A6 38 2C
Octal 61 255 220 110 0 21 40 246 70 54
Binary 110001 10101101 10010000 1001000 0 10001 100000 10100110 111000 101100

Color Harmonies of #31AD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AD90

Black with #31AD90

Text Example


Text Example

White with #31AD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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