Html Css Color HEX #31AD74 Medium Sea Green

📋 copy color: '#31AD74'

red 49 ◦ green 173 ◦ blue 116

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

Shades of Medium Sea Green #31AD74

Tints of Medium Sea Green #31AD74

RGB

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

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

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

R = 14.5%
G = 51.18%
B = 34.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#31AD74 (or 0x31AD74) is known color: Medium Sea Green. HEX triplet: 31, AD and 74. RGB value is (49,173,116). Sum of RGB (Red+Green+Blue) = 49+173+116=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AD74 is #CE528B. Grayscale: #818181. Windows color (decimal): -13521548 or 7646513. OLE color: 7646513.

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

Color convert

RGB 49 173 116 -
CMYK 0.72 0 0.33 0.32
HSL 152.42º 0.56% 0.44% -
HSV(B) 152.42º 0.72% 0.68% -
XYZ 19.36 31.8 21.64 -
YUV 129.43 120.42 70.63 -
System Red Green Blue C M Y K H S L
Decimal 49 173 116 0.72 0 0.33 0.32 152.42 0.56 0.44
Hex 31 AD 74 48 0 21 20 98 38 2C
Octal 61 255 164 110 0 41 40 230 70 54
Binary 110001 10101101 1110100 1001000 0 100001 100000 10011000 111000 101100

Color Harmonies of #31AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AD74

Black with #31AD74

Text Example


Text Example

White with #31AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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