Html Css Color HEX #31C360 Medium Sea Green

📋 copy color: '#31C360'

red 49 ◦ green 195 ◦ blue 96

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

Shades of Medium Sea Green #31C360

Tints of Medium Sea Green #31C360

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.35%

 BLUE value IS 96 (37.89% from 255) = 28.24%

R = 14.41%
G = 57.35%
B = 28.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#31C360 (or 0x31C360) is known color: Medium Sea Green. HEX triplet: 31, C3 and 60. RGB value is (49,195,96). Sum of RGB (Red+Green+Blue) = 49+195+96=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 195 (76.56% from 255 or 57.35% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 195 - color contains mainly: green. Hex color #31C360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C360 is #CE3C9F. Grayscale: #8C8C8C. Windows color (decimal): -13515936 or 6341425. OLE color: 6341425.

HSL color Cylindrical-coordinate representation of color #31C360: hue angle of 139.32º 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 #31C360 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 195 96 -
CMYK 0.75 0 0.51 0.24
HSL 139.32º 0.6% 0.48% -
HSV(B) 139.32º 0.75% 0.76% -
XYZ 22.89 40.53 17.68 -
YUV 140.06 103.13 63.05 -
System Red Green Blue C M Y K H S L
Decimal 49 195 96 0.75 0 0.51 0.24 139.32 0.6 0.48
Hex 31 C3 60 4B 0 33 18 8B 3C 30
Octal 61 303 140 113 0 63 30 213 74 60
Binary 110001 11000011 1100000 1001011 0 110011 11000 10001011 111100 110000

Color Harmonies of #31C360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C360

Black with #31C360

Text Example


Text Example

White with #31C360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,195,96); }

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

background-color css

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

 a { background-color: rgb(49,195,96); }

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

border-color css

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

 span { border-color: rgb(49,195,96); }

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