Html Css Color HEX #31CC7A Medium Sea Green

📋 copy color: '#31CC7A'

red 49 ◦ green 204 ◦ blue 122

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

Shades of Medium Sea Green #31CC7A

Tints of Medium Sea Green #31CC7A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.4%

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 13.07%
G = 54.4%
B = 32.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#31CC7A (or 0x31CC7A) is known color: Medium Sea Green. HEX triplet: 31, CC and 7A. RGB value is (49,204,122). Sum of RGB (Red+Green+Blue) = 49+204+122=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #31CC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CC7A is #CE3385. Grayscale: #949494. Windows color (decimal): -13513606 or 8047665. OLE color: 8047665.

HSL color Cylindrical-coordinate representation of color #31CC7A: hue angle of 148.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CC7A is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 204 122 -
CMYK 0.76 0 0.40 0.2
HSL 148.26º 0.61% 0.5% -
HSV(B) 148.26º 0.76% 0.8% -
XYZ 26.37 45.24 25.76 -
YUV 148.31 113.15 57.17 -
System Red Green Blue C M Y K H S L
Decimal 49 204 122 0.76 0 0.40 0.2 148.26 0.61 0.5
Hex 31 CC 7A 4C 0 28 14 94 3D 32
Octal 61 314 172 114 0 50 24 224 75 62
Binary 110001 11001100 1111010 1001100 0 101000 10100 10010100 111101 110010

Color Harmonies of #31CC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CC7A

Black with #31CC7A

Text Example


Text Example

White with #31CC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,204,122); }

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

background-color css

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

 a { background-color: rgb(49,204,122); }

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

border-color css

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

 span { border-color: rgb(49,204,122); }

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