#31AC92

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

Shades of Niagara #31AC92

Tints of Niagara #31AC92

Color information

#31AC92 (or 0x31AC92) is unknown color: approx Niagara. HEX triplet: 31, AC and 92. RGB value is (49,172,146). Sum of RGB (Red+Green+Blue) = 49+172+146=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AC92 is #CE536D. Grayscale: #848484. Windows color (decimal): -13521774 or 9612337. OLE color: 9612337.

HSL color Cylindrical-coordinate representation of color #31AC92: hue angle of 167.32º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AC92 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB49172146-
CMYK0.7200.150.33
HSL167.32º55.66%43.33%-
HSV(B)167.32º71.51%67.45%-
XYZ21.2132.2332.3-
YUV132.26135.7568.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.35%
GREEN value IS 172 (67.58% from 255) = 46.87%
BLUE value IS 146 (57.42% from 255) = 39.78%
R=13.35%
G=46.87%
B=39.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal491721460.7200.150.33167.3255.6643.33
Hex31AC92480F21a7382b
Octal61254222110017412477053
Binary110001101011001001001010010000111110000110100111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,172,146); }

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

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

 a { background-color: rgb(49,172,146); }

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

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

 span { border-color: rgb(49,172,146); }

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