Html Css Color HEX #31C870 Medium Sea Green

📋 copy color: '#31C870'

red 49 ◦ green 200 ◦ blue 112

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

Shades of Medium Sea Green #31C870

Tints of Medium Sea Green #31C870

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.4%

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

R = 13.57%
G = 55.4%
B = 31.02%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#31C870 (or 0x31C870) is known color: Medium Sea Green. HEX triplet: 31, C8 and 70. RGB value is (49,200,112). Sum of RGB (Red+Green+Blue) = 49+200+112=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #31C870 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C870 is #CE378F. Grayscale: #919191. Windows color (decimal): -13514640 or 7391281. OLE color: 7391281.

HSL color Cylindrical-coordinate representation of color #31C870: hue angle of 145.03º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C870 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 200 112 -
CMYK 0.76 0 0.44 0.22
HSL 145.03º 0.61% 0.49% -
HSV(B) 145.03º 0.76% 0.78% -
XYZ 24.85 43.13 22.34 -
YUV 144.82 109.47 59.66 -
System Red Green Blue C M Y K H S L
Decimal 49 200 112 0.76 0 0.44 0.22 145.03 0.61 0.49
Hex 31 C8 70 4C 0 2C 16 91 3D 31
Octal 61 310 160 114 0 54 26 221 75 61
Binary 110001 11001000 1110000 1001100 0 101100 10110 10010001 111101 110001

Color Harmonies of #31C870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C870

Black with #31C870

Text Example


Text Example

White with #31C870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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