Html Css Color HEX #31C055 Medium Sea Green

📋 copy color: '#31C055'

red 49 ◦ green 192 ◦ blue 85

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

Shades of Medium Sea Green #31C055

Tints of Medium Sea Green #31C055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.07%

R = 15.03%
G = 58.9%
B = 26.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#31C055 (or 0x31C055) is known color: Medium Sea Green. HEX triplet: 31, C0 and 55. RGB value is (49,192,85). Sum of RGB (Red+Green+Blue) = 49+192+85=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #31C055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C055 is #CE3FAA. Grayscale: #898989. Windows color (decimal): -13516715 or 5619761. OLE color: 5619761.

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

Color convert

RGB 49 192 85 -
CMYK 0.74 0 0.56 0.25
HSL 135.1º 0.59% 0.47% -
HSV(B) 135.1º 0.74% 0.75% -
XYZ 21.76 39.01 14.98 -
YUV 137.05 98.62 65.2 -
System Red Green Blue C M Y K H S L
Decimal 49 192 85 0.74 0 0.56 0.25 135.1 0.59 0.47
Hex 31 C0 55 4A 0 38 19 87 3B 2F
Octal 61 300 125 112 0 70 31 207 73 57
Binary 110001 11000000 1010101 1001010 0 111000 11001 10000111 111011 101111

Color Harmonies of #31C055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C055

Black with #31C055

Text Example


Text Example

White with #31C055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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