Html Css Color HEX #31B974 Medium Sea Green

📋 copy color: '#31B974'

red 49 ◦ green 185 ◦ blue 116

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

Shades of Medium Sea Green #31B974

Tints of Medium Sea Green #31B974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.86%

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 14%
G = 52.86%
B = 33.14%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#31B974 (or 0x31B974) is known color: Medium Sea Green. HEX triplet: 31, B9 and 74. RGB value is (49,185,116). Sum of RGB (Red+Green+Blue) = 49+185+116=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #31B974 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B974 is #CE468B. Grayscale: #888888. Windows color (decimal): -13518476 or 7649585. OLE color: 7649585.

HSL color Cylindrical-coordinate representation of color #31B974: hue angle of 149.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31B974 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 185 116 -
CMYK 0.74 0 0.37 0.27
HSL 149.56º 0.58% 0.46% -
HSV(B) 149.56º 0.74% 0.73% -
XYZ 21.77 36.61 22.44 -
YUV 136.47 116.44 65.61 -
System Red Green Blue C M Y K H S L
Decimal 49 185 116 0.74 0 0.37 0.27 149.56 0.58 0.46
Hex 31 B9 74 4A 0 25 1B 96 3A 2E
Octal 61 271 164 112 0 45 33 226 72 56
Binary 110001 10111001 1110100 1001010 0 100101 11011 10010110 111010 101110

Color Harmonies of #31B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B974

Black with #31B974

Text Example


Text Example

White with #31B974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,185,116); }

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

background-color css

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

 a { background-color: rgb(49,185,116); }

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

border-color css

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

 span { border-color: rgb(49,185,116); }

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