Html Css Color HEX #31BD6C Medium Sea Green

📋 copy color: '#31BD6C'

red 49 ◦ green 189 ◦ blue 108

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

Shades of Medium Sea Green #31BD6C

Tints of Medium Sea Green #31BD6C

RGB

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

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

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

R = 14.16%
G = 54.62%
B = 31.21%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#31BD6C (or 0x31BD6C) is known color: Medium Sea Green. HEX triplet: 31, BD and 6C. RGB value is (49,189,108). Sum of RGB (Red+Green+Blue) = 49+189+108=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BD6C is #CE4293. Grayscale: #8A8A8A. Windows color (decimal): -13517460 or 7126321. OLE color: 7126321.

HSL color Cylindrical-coordinate representation of color #31BD6C: hue angle of 145.29º 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 #31BD6C is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 189 108 -
CMYK 0.74 0 0.43 0.26
HSL 145.29º 0.59% 0.47% -
HSV(B) 145.29º 0.74% 0.74% -
XYZ 22.17 38.13 20.38 -
YUV 137.91 111.12 64.59 -
System Red Green Blue C M Y K H S L
Decimal 49 189 108 0.74 0 0.43 0.26 145.29 0.59 0.47
Hex 31 BD 6C 4A 0 2B 1A 91 3B 2F
Octal 61 275 154 112 0 53 32 221 73 57
Binary 110001 10111101 1101100 1001010 0 101011 11010 10010001 111011 101111

Color Harmonies of #31BD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BD6C

Black with #31BD6C

Text Example


Text Example

White with #31BD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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