Html Css Color HEX #31BD7E Medium Sea Green

📋 copy color: '#31BD7E'

red 49 ◦ green 189 ◦ blue 126

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

Shades of Medium Sea Green #31BD7E

Tints of Medium Sea Green #31BD7E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.92%

 BLUE value IS 126 (49.61% from 255) = 34.62%

R = 13.46%
G = 51.92%
B = 34.62%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#31BD7E (or 0x31BD7E) is known color: Medium Sea Green. HEX triplet: 31, BD and 7E. RGB value is (49,189,126). Sum of RGB (Red+Green+Blue) = 49+189+126=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 189 (74.22% from 255 or 51.92% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BD7E is #CE4281. Grayscale: #8C8C8C. Windows color (decimal): -13517442 or 8305969. OLE color: 8305969.

HSL color Cylindrical-coordinate representation of color #31BD7E: hue angle of 153º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BD7E is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 189 126 -
CMYK 0.74 0 0.33 0.26
HSL 153º 0.59% 0.47% -
HSV(B) 153º 0.74% 0.74% -
XYZ 23.23 38.55 25.96 -
YUV 139.96 120.12 63.12 -
System Red Green Blue C M Y K H S L
Decimal 49 189 126 0.74 0 0.33 0.26 153 0.59 0.47
Hex 31 BD 7E 4A 0 21 1A 99 3B 2F
Octal 61 275 176 112 0 41 32 231 73 57
Binary 110001 10111101 1111110 1001010 0 100001 11010 10011001 111011 101111

Color Harmonies of #31BD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BD7E

Black with #31BD7E

Text Example


Text Example

White with #31BD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,189,126); }

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

background-color css

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

 a { background-color: rgb(49,189,126); }

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

border-color css

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

 span { border-color: rgb(49,189,126); }

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