Html Css Color HEX #31B26F Medium Sea Green

📋 copy color: '#31B26F'

red 49 ◦ green 178 ◦ blue 111

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

Shades of Medium Sea Green #31B26F

Tints of Medium Sea Green #31B26F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.66%

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 14.5%
G = 52.66%
B = 32.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#31B26F (or 0x31B26F) is known color: Medium Sea Green. HEX triplet: 31, B2 and 6F. RGB value is (49,178,111). Sum of RGB (Red+Green+Blue) = 49+178+111=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #31B26F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31B26F is #CE4D90. Grayscale: #838383. Windows color (decimal): -13520273 or 7320113. OLE color: 7320113.

HSL color Cylindrical-coordinate representation of color #31B26F: hue angle of 148.84º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B26F is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 178 111 -
CMYK 0.72 0 0.38 0.30
HSL 148.84º 0.57% 0.45% -
HSV(B) 148.84º 0.72% 0.7% -
XYZ 20.06 33.64 20.48 -
YUV 131.79 116.26 68.95 -
System Red Green Blue C M Y K H S L
Decimal 49 178 111 0.72 0 0.38 0.30 148.84 0.57 0.45
Hex 31 B2 6F 48 0 26 1E 95 39 2D
Octal 61 262 157 110 0 46 36 225 71 55
Binary 110001 10110010 1101111 1001000 0 100110 11110 10010101 111001 101101

Color Harmonies of #31B26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B26F

Black with #31B26F

Text Example


Text Example

White with #31B26F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,178,111); }

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

background-color css

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

 a { background-color: rgb(49,178,111); }

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

border-color css

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

 span { border-color: rgb(49,178,111); }

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