Html Css Color HEX #31B196 Niagara

📋 copy color: '#31B196'

red 49 ◦ green 177 ◦ blue 150

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

Shades of Niagara #31B196

Tints of Niagara #31B196

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.07%

 BLUE value IS 150 (58.98% from 255) = 39.89%

R = 13.03%
G = 47.07%
B = 39.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#31B196 (or 0x31B196) is known color: Niagara. HEX triplet: 31, B1 and 96. RGB value is (49,177,150). Sum of RGB (Red+Green+Blue) = 49+177+150=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 177 - color contains mainly: green. Hex color #31B196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B196 is #CE4E69. Grayscale: #878787. Windows color (decimal): -13520490 or 9875761. OLE color: 9875761.

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

Color convert

RGB 49 177 150 -
CMYK 0.72 0 0.15 0.31
HSL 167.34º 0.57% 0.44% -
HSV(B) 167.34º 0.72% 0.69% -
XYZ 22.49 34.3 34.29 -
YUV 135.65 136.09 66.2 -
System Red Green Blue C M Y K H S L
Decimal 49 177 150 0.72 0 0.15 0.31 167.34 0.57 0.44
Hex 31 B1 96 48 0 F 1F A7 39 2C
Octal 61 261 226 110 0 17 37 247 71 54
Binary 110001 10110001 10010110 1001000 0 1111 11111 10100111 111001 101100

Color Harmonies of #31B196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B196

Black with #31B196

Text Example


Text Example

White with #31B196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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