Html Css Color HEX #31B097 Niagara

📋 copy color: '#31B097'

red 49 ◦ green 176 ◦ blue 151

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

Shades of Niagara #31B097

Tints of Niagara #31B097

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.81%

 BLUE value IS 151 (59.38% from 255) = 40.16%

R = 13.03%
G = 46.81%
B = 40.16%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#31B097 (or 0x31B097) is known color: Niagara. HEX triplet: 31, B0 and 97. RGB value is (49,176,151). Sum of RGB (Red+Green+Blue) = 49+176+151=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 176 - color contains mainly: green. Hex color #31B097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B097 is #CE4F68. Grayscale: #878787. Windows color (decimal): -13520745 or 9941041. OLE color: 9941041.

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

Color convert

RGB 49 176 151 -
CMYK 0.72 0 0.14 0.31
HSL 168.19º 0.56% 0.44% -
HSV(B) 168.19º 0.72% 0.69% -
XYZ 22.38 33.94 34.65 -
YUV 135.18 136.92 66.53 -
System Red Green Blue C M Y K H S L
Decimal 49 176 151 0.72 0 0.14 0.31 168.19 0.56 0.44
Hex 31 B0 97 48 0 E 1F A8 38 2C
Octal 61 260 227 110 0 16 37 250 70 54
Binary 110001 10110000 10010111 1001000 0 1110 11111 10101000 111000 101100

Color Harmonies of #31B097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B097

Black with #31B097

Text Example


Text Example

White with #31B097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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