Html Css Color HEX #31C27F Medium Sea Green

📋 copy color: '#31C27F'

red 49 ◦ green 194 ◦ blue 127

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

Shades of Medium Sea Green #31C27F

Tints of Medium Sea Green #31C27F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.43%

 BLUE value IS 127 (50% from 255) = 34.32%

R = 13.24%
G = 52.43%
B = 34.32%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#31C27F (or 0x31C27F) is known color: Medium Sea Green. HEX triplet: 31, C2 and 7F. RGB value is (49,194,127). Sum of RGB (Red+Green+Blue) = 49+194+127=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #31C27F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C27F is #CE3D80. Grayscale: #8F8F8F. Windows color (decimal): -13516161 or 8372785. OLE color: 8372785.

HSL color Cylindrical-coordinate representation of color #31C27F: hue angle of 152.28º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C27F is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 194 127 -
CMYK 0.75 0 0.35 0.24
HSL 152.28º 0.6% 0.48% -
HSV(B) 152.28º 0.75% 0.76% -
XYZ 24.39 40.77 26.66 -
YUV 143.01 118.96 60.95 -
System Red Green Blue C M Y K H S L
Decimal 49 194 127 0.75 0 0.35 0.24 152.28 0.6 0.48
Hex 31 C2 7F 4B 0 23 18 98 3C 30
Octal 61 302 177 113 0 43 30 230 74 60
Binary 110001 11000010 1111111 1001011 0 100011 11000 10011000 111100 110000

Color Harmonies of #31C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C27F

Black with #31C27F

Text Example


Text Example

White with #31C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,194,127); }

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

background-color css

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

 a { background-color: rgb(49,194,127); }

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

border-color css

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

 span { border-color: rgb(49,194,127); }

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