Html Css Color HEX #31A58C Niagara

📋 copy color: '#31A58C'

red 49 ◦ green 165 ◦ blue 140

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

Shades of Niagara #31A58C

Tints of Niagara #31A58C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.61%

 BLUE value IS 140 (55.08% from 255) = 39.55%

R = 13.84%
G = 46.61%
B = 39.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#31A58C (or 0x31A58C) is known color: Niagara. HEX triplet: 31, A5 and 8C. RGB value is (49,165,140). Sum of RGB (Red+Green+Blue) = 49+165+140=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 165 - color contains mainly: green. Hex color #31A58C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A58C is #CE5A73. Grayscale: #7F7F7F. Windows color (decimal): -13523572 or 9217329. OLE color: 9217329.

HSL color Cylindrical-coordinate representation of color #31A58C: hue angle of 167.07º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A58C is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 165 140 -
CMYK 0.70 0 0.15 0.35
HSL 167.07º 0.54% 0.42% -
HSV(B) 167.07º 0.7% 0.65% -
XYZ 19.46 29.46 29.47 -
YUV 127.47 135.07 72.03 -
System Red Green Blue C M Y K H S L
Decimal 49 165 140 0.70 0 0.15 0.35 167.07 0.54 0.42
Hex 31 A5 8C 46 0 F 23 A7 36 2A
Octal 61 245 214 106 0 17 43 247 66 52
Binary 110001 10100101 10001100 1000110 0 1111 100011 10100111 110110 101010

Color Harmonies of #31A58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A58C

Black with #31A58C

Text Example


Text Example

White with #31A58C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,165,140); }

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

background-color css

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

 a { background-color: rgb(49,165,140); }

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

border-color css

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

 span { border-color: rgb(49,165,140); }

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