#31AD90

Color #31AD90 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #31AD90

Tints of Niagara #31AD90

Color information

#31AD90 (or 0x31AD90) is unknown color: approx 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

RGB49173144-
CMYK0.7200.170.32
HSL165.97º55.86%43.53%-
HSV(B)165.97º71.68%67.84%-
XYZ21.2432.5531.55-
YUV132.62134.4268.36-

RGB Variations

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

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 (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491731440.7200.170.32165.9755.8643.53
Hex31AD904801120a6382c
Octal61255220110021402467054
Binary1100011010110110010000100100001000110000010100110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>