Html Css Color HEX #31CA70 Medium Sea Green

📋 copy color: '#31CA70'

red 49 ◦ green 202 ◦ blue 112

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

Shades of Medium Sea Green #31CA70

Tints of Medium Sea Green #31CA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.65%

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

R = 13.5%
G = 55.65%
B = 30.85%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#31CA70 (or 0x31CA70) is known color: Medium Sea Green. HEX triplet: 31, CA and 70. RGB value is (49,202,112). Sum of RGB (Red+Green+Blue) = 49+202+112=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CA70 is #CE358F. Grayscale: #929292. Windows color (decimal): -13514128 or 7391793. OLE color: 7391793.

HSL color Cylindrical-coordinate representation of color #31CA70: hue angle of 144.71º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CA70 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 202 112 -
CMYK 0.76 0 0.45 0.21
HSL 144.71º 0.61% 0.49% -
HSV(B) 144.71º 0.76% 0.79% -
XYZ 25.31 44.06 22.5 -
YUV 145.99 108.81 58.82 -
System Red Green Blue C M Y K H S L
Decimal 49 202 112 0.76 0 0.45 0.21 144.71 0.61 0.49
Hex 31 CA 70 4C 0 2D 15 91 3D 31
Octal 61 312 160 114 0 55 25 221 75 61
Binary 110001 11001010 1110000 1001100 0 101101 10101 10010001 111101 110001

Color Harmonies of #31CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CA70

Black with #31CA70

Text Example


Text Example

White with #31CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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