Html Css Color HEX #31B474 Medium Sea Green

📋 copy color: '#31B474'

red 49 ◦ green 180 ◦ blue 116

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

Shades of Medium Sea Green #31B474

Tints of Medium Sea Green #31B474

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.17%

 BLUE value IS 116 (45.7% from 255) = 33.62%

R = 14.2%
G = 52.17%
B = 33.62%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#31B474 (or 0x31B474) is known color: Medium Sea Green. HEX triplet: 31, B4 and 74. RGB value is (49,180,116). Sum of RGB (Red+Green+Blue) = 49+180+116=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #31B474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B474 is #CE4B8B. Grayscale: #858585. Windows color (decimal): -13519756 or 7648305. OLE color: 7648305.

HSL color Cylindrical-coordinate representation of color #31B474: hue angle of 150.69º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B474 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 180 116 -
CMYK 0.73 0 0.36 0.29
HSL 150.69º 0.57% 0.45% -
HSV(B) 150.69º 0.73% 0.71% -
XYZ 20.74 34.56 22.1 -
YUV 133.54 118.1 67.7 -
System Red Green Blue C M Y K H S L
Decimal 49 180 116 0.73 0 0.36 0.29 150.69 0.57 0.45
Hex 31 B4 74 49 0 24 1D 97 39 2D
Octal 61 264 164 111 0 44 35 227 71 55
Binary 110001 10110100 1110100 1001001 0 100100 11101 10010111 111001 101101

Color Harmonies of #31B474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B474

Black with #31B474

Text Example


Text Example

White with #31B474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,180,116); }

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

background-color css

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

 a { background-color: rgb(49,180,116); }

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

border-color css

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

 span { border-color: rgb(49,180,116); }

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