Html Css Color HEX #31BC76 Medium Sea Green

📋 copy color: '#31BC76'

red 49 ◦ green 188 ◦ blue 118

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

Shades of Medium Sea Green #31BC76

Tints of Medium Sea Green #31BC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 13.8%
G = 52.96%
B = 33.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#31BC76 (or 0x31BC76) is known color: Medium Sea Green. HEX triplet: 31, BC and 76. RGB value is (49,188,118). Sum of RGB (Red+Green+Blue) = 49+188+118=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BC76 is #CE4389. Grayscale: #8A8A8A. Windows color (decimal): -13517706 or 7781425. OLE color: 7781425.

HSL color Cylindrical-coordinate representation of color #31BC76: hue angle of 149.78º 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 #31BC76 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 188 118 -
CMYK 0.74 0 0.37 0.26
HSL 149.78º 0.59% 0.46% -
HSV(B) 149.78º 0.74% 0.74% -
XYZ 22.52 37.93 23.27 -
YUV 138.46 116.45 64.19 -
System Red Green Blue C M Y K H S L
Decimal 49 188 118 0.74 0 0.37 0.26 149.78 0.59 0.46
Hex 31 BC 76 4A 0 25 1A 96 3B 2E
Octal 61 274 166 112 0 45 32 226 73 56
Binary 110001 10111100 1110110 1001010 0 100101 11010 10010110 111011 101110

Color Harmonies of #31BC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BC76

Black with #31BC76

Text Example


Text Example

White with #31BC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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