Html Css Color HEX #31A96C Medium Sea Green

📋 copy color: '#31A96C'

red 49 ◦ green 169 ◦ blue 108

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

Shades of Medium Sea Green #31A96C

Tints of Medium Sea Green #31A96C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 51.84%

 BLUE value IS 108 (42.58% from 255) = 33.13%

R = 15.03%
G = 51.84%
B = 33.13%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#31A96C (or 0x31A96C) is known color: Medium Sea Green. HEX triplet: 31, A9 and 6C. RGB value is (49,169,108). Sum of RGB (Red+Green+Blue) = 49+169+108=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 169 (66.41% from 255 or 51.84% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 169 - color contains mainly: green. Hex color #31A96C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A96C is #CE5693. Grayscale: #7E7E7E. Windows color (decimal): -13522580 or 7121201. OLE color: 7121201.

HSL color Cylindrical-coordinate representation of color #31A96C: hue angle of 149.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A96C is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 49 169 108 -
CMYK 0.71 0 0.36 0.34
HSL 149.5º 0.55% 0.43% -
HSV(B) 149.5º 0.71% 0.66% -
XYZ 18.16 30.11 19.04 -
YUV 126.17 117.74 72.96 -
System Red Green Blue C M Y K H S L
Decimal 49 169 108 0.71 0 0.36 0.34 149.5 0.55 0.43
Hex 31 A9 6C 47 0 24 22 96 37 2B
Octal 61 251 154 107 0 44 42 226 67 53
Binary 110001 10101001 1101100 1000111 0 100100 100010 10010110 110111 101011

Color Harmonies of #31A96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A96C

Black with #31A96C

Text Example


Text Example

White with #31A96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,169,108); }

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

background-color css

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

 a { background-color: rgb(49,169,108); }

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

border-color css

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

 span { border-color: rgb(49,169,108); }

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