#31B194

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

Shades of Niagara #31B194

Tints of Niagara #31B194

Color information

#31B194 (or 0x31B194) is unknown color: approx Niagara. HEX triplet: 31, B1 and 94. RGB value is (49,177,148). Sum of RGB (Red+Green+Blue) = 49+177+148=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #31B194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B194 is #CE4E6B. Grayscale: #878787. Windows color (decimal): -13520492 or 9744689. OLE color: 9744689.

HSL color Cylindrical-coordinate representation of color #31B194: hue angle of 166.41º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B194 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB49177148-
CMYK0.7200.160.31
HSL166.41º56.64%44.31%-
HSV(B)166.41º72.32%69.41%-
XYZ22.3334.2433.45-
YUV135.42135.0966.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.10%
GREEN value IS 177 (69.53% from 255) = 47.33%
BLUE value IS 148 (58.20% from 255) = 39.57%
R=13.10%
G=47.33%
B=39.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491771480.7200.160.31166.4156.6444.31
Hex31B194480101Fa6392c
Octal61261224110020372467154
Binary110001101100011001010010010000100001111110100110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,177,148); }

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

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

 a { background-color: rgb(49,177,148); }

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

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

 span { border-color: rgb(49,177,148); }

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