Html Css Color HEX #31A972 Medium Sea Green

📋 copy color: '#31A972'

red 49 ◦ green 169 ◦ blue 114

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

Shades of Medium Sea Green #31A972

Tints of Medium Sea Green #31A972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.34%

R = 14.76%
G = 50.9%
B = 34.34%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#31A972 (or 0x31A972) is known color: Medium Sea Green. HEX triplet: 31, A9 and 72. RGB value is (49,169,114). Sum of RGB (Red+Green+Blue) = 49+169+114=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #31A972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A972 is #CE568D. Grayscale: #7E7E7E. Windows color (decimal): -13522574 or 7514417. OLE color: 7514417.

HSL color Cylindrical-coordinate representation of color #31A972: hue angle of 152.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 #31A972 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 49 169 114 -
CMYK 0.71 0 0.33 0.34
HSL 152.5º 0.55% 0.43% -
HSV(B) 152.5º 0.71% 0.66% -
XYZ 18.49 30.24 20.78 -
YUV 126.85 120.74 72.47 -
System Red Green Blue C M Y K H S L
Decimal 49 169 114 0.71 0 0.33 0.34 152.5 0.55 0.43
Hex 31 A9 72 47 0 21 22 98 37 2B
Octal 61 251 162 107 0 41 42 230 67 53
Binary 110001 10101001 1110010 1000111 0 100001 100010 10011000 110111 101011

Color Harmonies of #31A972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A972

Black with #31A972

Text Example


Text Example

White with #31A972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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