Html Css Color HEX #31AD70 Medium Sea Green

📋 copy color: '#31AD70'

red 49 ◦ green 173 ◦ blue 112

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

Shades of Medium Sea Green #31AD70

Tints of Medium Sea Green #31AD70

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.8%

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 14.67%
G = 51.8%
B = 33.53%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#31AD70 (or 0x31AD70) is known color: Medium Sea Green. HEX triplet: 31, AD and 70. RGB value is (49,173,112). Sum of RGB (Red+Green+Blue) = 49+173+112=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AD70 is #CE528F. Grayscale: #818181. Windows color (decimal): -13521552 or 7384369. OLE color: 7384369.

HSL color Cylindrical-coordinate representation of color #31AD70: hue angle of 150.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AD70 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 173 112 -
CMYK 0.72 0 0.35 0.32
HSL 150.48º 0.56% 0.44% -
HSV(B) 150.48º 0.72% 0.68% -
XYZ 19.13 31.71 20.44 -
YUV 128.97 118.42 70.96 -
System Red Green Blue C M Y K H S L
Decimal 49 173 112 0.72 0 0.35 0.32 150.48 0.56 0.44
Hex 31 AD 70 48 0 23 20 96 38 2C
Octal 61 255 160 110 0 43 40 226 70 54
Binary 110001 10101101 1110000 1001000 0 100011 100000 10010110 111000 101100

Color Harmonies of #31AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AD70

Black with #31AD70

Text Example


Text Example

White with #31AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,173,112); }

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

background-color css

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

 a { background-color: rgb(49,173,112); }

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

border-color css

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

 span { border-color: rgb(49,173,112); }

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