Html Css Color HEX #31C082 Medium Sea Green

📋 copy color: '#31C082'

red 49 ◦ green 192 ◦ blue 130

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

Shades of Medium Sea Green #31C082

Tints of Medium Sea Green #31C082

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.75%

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 13.21%
G = 51.75%
B = 35.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#31C082 (or 0x31C082) is known color: Medium Sea Green. HEX triplet: 31, C0 and 82. RGB value is (49,192,130). Sum of RGB (Red+Green+Blue) = 49+192+130=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #31C082 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C082 is #CE3F7D. Grayscale: #8E8E8E. Windows color (decimal): -13516670 or 8568881. OLE color: 8568881.

HSL color Cylindrical-coordinate representation of color #31C082: hue angle of 153.99º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C082 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 192 130 -
CMYK 0.74 0 0.32 0.25
HSL 153.99º 0.59% 0.47% -
HSV(B) 153.99º 0.74% 0.75% -
XYZ 24.15 39.96 27.56 -
YUV 142.18 121.12 61.54 -
System Red Green Blue C M Y K H S L
Decimal 49 192 130 0.74 0 0.32 0.25 153.99 0.59 0.47
Hex 31 C0 82 4A 0 20 19 9A 3B 2F
Octal 61 300 202 112 0 40 31 232 73 57
Binary 110001 11000000 10000010 1001010 0 100000 11001 10011010 111011 101111

Color Harmonies of #31C082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C082

Black with #31C082

Text Example


Text Example

White with #31C082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,192,130); }

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

background-color css

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

 a { background-color: rgb(49,192,130); }

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

border-color css

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

 span { border-color: rgb(49,192,130); }

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