#31BD6E

Color #31BD6E Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #31BD6E

Tints of Medium Sea Green #31BD6E

Color information

#31BD6E (or 0x31BD6E) is unknown color: approx Medium Sea Green. HEX triplet: 31, BD and 6E. RGB value is (49,189,110). Sum of RGB (Red+Green+Blue) = 49+189+110=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BD6E is #CE4291. Grayscale: #8A8A8A. Windows color (decimal): -13517458 or 7257393. OLE color: 7257393.

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

Color convert

RGB49189110-
CMYK0.7400.420.26
HSL146.14º58.82%46.67%-
HSV(B)146.14º74.07%74.12%-
XYZ22.2838.1720.95-
YUV138.13112.1264.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.08%
GREEN value IS 189 (74.22% from 255) = 54.31%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=14.08%
G=54.31%
B=31.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal491891100.7400.420.26146.1458.8246.67
Hex31BD6E4A02A1A923b2f
Octal61275156112052322227357
Binary110001101111011101110100101001010101101010010010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31BD6E;
 }
 .AnyTagClassName
 {
   color: #31BD6E;
 }
</style>
background-color css

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

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

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

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

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

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