#31AE97

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

Shades of Niagara #31AE97

Tints of Niagara #31AE97

Color information

#31AE97 (or 0x31AE97) is unknown color: approx Niagara. HEX triplet: 31, AE and 97. RGB value is (49,174,151). Sum of RGB (Red+Green+Blue) = 49+174+151=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AE97 is #CE5168. Grayscale: #858585. Windows color (decimal): -13521257 or 9940529. OLE color: 9940529.

HSL color Cylindrical-coordinate representation of color #31AE97: hue angle of 168.96º 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 #31AE97 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB49174151-
CMYK0.7200.130.32
HSL168.96º56.05%43.73%-
HSV(B)168.96º71.84%68.24%-
XYZ21.9933.1634.52-
YUV134137.5967.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.10%
GREEN value IS 174 (68.36% from 255) = 46.52%
BLUE value IS 151 (59.38% from 255) = 40.37%
R=13.10%
G=46.52%
B=40.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491741510.7200.130.32168.9656.0543.73
Hex31AE97480D20a9382c
Octal61256227110015402517054
Binary110001101011101001011110010000110110000010101001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,174,151); }

 H1.HeaderClassName
 {
   color: #31AE97;
 }
 .AnyTagClassName
 {
   color: #31AE97;
 }
</style>
background-color css

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

 a { background-color: rgb(49,174,151); }

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

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

 span { border-color: rgb(49,174,151); }

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