Html Css Color HEX #31BC7D Medium Sea Green

📋 copy color: '#31BC7D'

red 49 ◦ green 188 ◦ blue 125

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

Shades of Medium Sea Green #31BC7D

Tints of Medium Sea Green #31BC7D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.93%

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 13.54%
G = 51.93%
B = 34.53%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#31BC7D (or 0x31BC7D) is known color: Medium Sea Green. HEX triplet: 31, BC and 7D. RGB value is (49,188,125). Sum of RGB (Red+Green+Blue) = 49+188+125=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BC7D is #CE4382. Grayscale: #8B8B8B. Windows color (decimal): -13517699 or 8240177. OLE color: 8240177.

HSL color Cylindrical-coordinate representation of color #31BC7D: hue angle of 152.81º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BC7D is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 188 125 -
CMYK 0.74 0 0.34 0.26
HSL 152.81º 0.59% 0.46% -
HSV(B) 152.81º 0.74% 0.74% -
XYZ 22.95 38.1 25.55 -
YUV 139.26 119.95 63.62 -
System Red Green Blue C M Y K H S L
Decimal 49 188 125 0.74 0 0.34 0.26 152.81 0.59 0.46
Hex 31 BC 7D 4A 0 22 1A 99 3B 2E
Octal 61 274 175 112 0 42 32 231 73 56
Binary 110001 10111100 1111101 1001010 0 100010 11010 10011001 111011 101110

Color Harmonies of #31BC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BC7D

Black with #31BC7D

Text Example


Text Example

White with #31BC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,188,125); }

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

background-color css

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

 a { background-color: rgb(49,188,125); }

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

border-color css

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

 span { border-color: rgb(49,188,125); }

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